Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#49593 closed defect (bug) (invalid)

render_screen_meta causes a "deprecated" notice

Reported by: tivnet's profile 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)

#1 follow-up: @pbiron
5 years ago

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.

#2 in reply to: ↑ 1 @tivnet
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.

#3 @SergeyBiryukov
5 years ago

  • Component changed from General to Administration
  • Milestone Awaiting Review deleted

#5 @SergeyBiryukov
5 years ago

#49778 was marked as a duplicate.

#6 @SergeyBiryukov
5 years ago

#50283 was marked as a duplicate.

#7 @SergeyBiryukov
4 years ago

#51241 was marked as a duplicate.

Note: See TracTickets for help on using tickets.