File "modal-missing.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/convertkit/views/backend/tinymce/modal-missing.php
File size: 598 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>