#49593 closed defect (bug) (invalid)
render_screen_meta causes a "deprecated" notice
Reported by: | tivnet | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.4 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
( ! ) 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 C:\var\www\u\woomc.org\public\wp\wp-includes\functions.php on line 5088
in
WP_Screen->render_screen_meta( )
...\admin-header.php:259
WP 5.4-RC1-47424
Change History (7)
#2
in reply to:
↑ 1
@
5 years ago
- Resolution set to invalid
- Status changed from new to closed
Thank you! After de/re-activating plugins, that message disappears. Looks like some glitch during WP upgrade.
Replying to pbiron:
That error message means that some plugin has hooked into the deprecated
contextual_help
filter.
Note: See
TracTickets for help on using
tickets.
That error message means that some plugin has hooked into the deprecated
contextual_help
filter.To find out which plugin it is, deactivate all of your plugins and then reactivate them one-by-one until you see the error message again.