Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notice contextual_help since wp5.4 #55

Open
SimonvanWijhe opened this issue Apr 8, 2020 · 1 comment
Open

Deprecation notice contextual_help since wp5.4 #55

SimonvanWijhe opened this issue Apr 8, 2020 · 1 comment

Comments

@SimonvanWijhe
Copy link

Hi Cristi Burcă,

I am using the posts-2-posts plugin. Thanks a lot for the great work! Since wp5.4 the following deprecation notice is displayed in the admin dashboard. Could this be fixed?

contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.

add_filter( 'contextual_help', array( $this, '_contextual_help' ), 10, 2 );

Screenshot 2020-04-08 at 13 07 43

@dikiyforester
Copy link
Contributor

Related to #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants