Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
byp
/
wp-content
/
plugins
/
convertkit
/
views
/
backend
/
tinymce
:
modal-missing.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> <?php /** * TinyMCE Modal Missing view * * @package ConvertKit * @author ConvertKit */ ?> <form class="convertkit-tinymce-popup"> <div class="notice error" style="display:block;"> <?php esc_html_e( 'The block could not be found. Check it is registered and its class initialized.', 'convertkit' ); ?> </div> <button type="button" class="close button"><?php esc_html_e( 'Cancel', 'convertkit' ); ?></button> </form>