• Hello,

    We are now facing depreacated function calls within your plugin with WordPress 5.4.

    Would you please update your plugin to replace the calls to the deprecated contextual_help hook.

    If needed, I would gladly volunteer to help you with the plugin maintenance.

    Cheers,
    Timothée

Viewing 1 replies (of 1 total)
  • I am also experiencing the following error in the debug log:

    [15-Apr-2020 15:56:35 UTC] PHP Deprecated: contextual_help is <strong>deprecated</strong> since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in */wp-includes/functions.php on line 5088

    WP Realtime Sitemap version: 1.5.7
    WordPress version: 5.4
    PHP version: 7.2.29

    A search of all plugins on the site for the use of ‘contextual_help’ revealed the following:

    *\wp-realtime-sitemap.php (1 hit)
    	Line 46: add_filter('contextual_help', array(&$this, 'addHelp'), 10, 2 );

    Could you please advise if/when the plugin will be updated so it no longer generates this error message?

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 5.4 compatibility’ is closed to new replies.