Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#50283 closed defect (bug) (duplicate)

Deprecated: contextual_help ha quedado obsoleto desde la versión 3.3.0.

Reported by: ozonetherapy's profile ozonetherapy Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

Hi!

How can I fix this error?

Deprecated: contextual_help ha quedado obsoleto desde la versión 3.3.0. Utiliza get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() en su lugar. in /home/ozonetherapyusa/public_html/wp-includes/functions.php on line 5088

Change History (1)

#1 @SergeyBiryukov
4 years ago

  • Component changed from General to Administration
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi there, welcome to WordPress Trac!

Thanks for the report, we're already tracking this issue in #49593.

The deprecated hook message is only displayed if you have any functions in your plugins or theme specifically hooked to the deprecated contextual_help_list filter. As noted in the message, those instances should be updated to use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.

Does the issue still happen with all plugins disabled and a default theme (Twenty Twenty) activated?

Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for individual support questions.

Please try the support forums to get help with your site: https://wordpress.org/support/forums/.

Note: See TracTickets for help on using tickets.