add_contextual_help deprecated – need help
-
Hi,
Thanks for the useful plugin.
I’m getting the following message:
REQUIRED: add_contextual_help found in the file inc/theme-options.php. Deprecated since version 3.3. Use get_current_screen()->add_help_tab() instead.I’ve tried multiple variations but am having trouble getting it to work.
Old code:
add_contextual_help( $theme_page, $help );
New code:
get_current_screen()->add_help_tab( array( 'id' => 'theme_options_help_tab', 'title' => __('Theme Options Help Tab'), 'content' => $help, ) );
I’m getting the following error:
Fatal error: Call to a member function add_help_tab() on a non-object
Thanks in advance for any help you can provide.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘add_contextual_help deprecated – need help’ is closed to new replies.