We’re working on an much-needed updated. Once it passes our local development tests, we’ll release it as soon as possible.
Hello,
For the record, WP 5.4 now trigger a deprecation warning on the call add_action( 'contextual_help', array( $this, 'help_tabs' ), PHP_INT_MAX, 1 ); in file functions-extra.php.
Cheers and thanks for your work
Thanks for the heads up on that, where did you find this warning?
@timotheemoulin we’ve addressed the depreciation warning and this will be applied in the next update and added you to our contributor’s list. Thanks.
It is true. ON a brand new install with nothing but the plugin installed and activated we see a “Deprecated: contextual_help” line as example in pages admin section with “Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.” as extra information.
One of the inmediate solutions is to enable again “Help Tabs” under Options > Blogging > “Extra tab” Help Tabs option, uncheck this (Remove Help tabs from the admin header)
And save.