• Resolved Dave

    (@dvaer)


    Hi, thank you for this great plugin.

    Plugin inspector by Gregory M comes up with some deprecated functions:

    Deprecated/black-studio-tinymce-widget/includes/class-compatibility-wordpress.php view source
    wp_tiny_mce at line 95:
    wp_tiny_mce( false, array() ); 
    Deprecated 3.3.0 Use wp_editor()
    wp_tiny_mce at line 204:
    wp_tiny_mce( false, array() ); 
    Deprecated 3.3.0 Use wp_editor()
    wp_preload_dialogs at line 207:
    wp_preload_dialogs( array( 'plugins' => 'wpdialogs,wplink,wpfullscreen' ) ); 
    Deprecated 3.3.0 Use wp_editor()

    Everything seems to be working fine, but I’m just concerned this might break things in the future? Is this something we can expect to be fixed?

    Thank you so much !

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi there,
    the deprecated functions detected are kept only for backward compatibility and they’re loaded only if an old version of WordPress is detected.
    On recent versions of WordPress, the plugin doesn’t use those functions so you can safely ignore the warning.
    Eventually, we’ll remove that code once we change the minimum required WordPress version. At the moment the plugin still supports very old versions like 3.1.

Viewing 1 replies (of 1 total)

The topic ‘depracated functions?’ is closed to new replies.