TinyMce deprecated notice in WordPress 5.4
-
class NF_Admin_AddFormModal {
function __construct() {
// Add a tinyMCE button to our post and page editor
add_filter( ‘media_buttons_context’, array( $this, ‘insert_form_tinymce_buttons’ ) );
}located at wp-content/plugins/ninja-forms/includes/Admin/AddFormModal.php:12
causes an wordpress deprecation notice:
on:
wp-admin/includes/media.php:657
$legacy_filter = apply_filters_deprecated( ‘media_buttons_context’, array( ” ), ‘3.5.0’, ‘media_buttons’ );
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘TinyMce deprecated notice in WordPress 5.4’ is closed to new replies.