# convertkit/2.4.7/views/backend/tinymce/modal-missing.php

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 2.4.7. 18 lines.

- Page: https://pluginprobe.com/plugins/convertkit/2.4.7/code/views/backend/tinymce/modal-missing.php
- Raw: https://pluginprobe.com/plugins/convertkit/2.4.7/raw/views/backend/tinymce/modal-missing.php
- Modified: 2021-12-15T14:20:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/convertkit/2.4.7/code/views/backend/tinymce/modal-missing.php#L10-L20`.

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

```
