Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




add_contextual_help [ WordPress Function ]

add_contextual_help ( $screen, $help )
Parameters:
  • (string) $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.
  • (string) $help The content of an 'Overview' help tab.
See:
  • WP_Screen
Defined at:



Add contextual help text for a page.

Creates an 'Overview' help tab.

Source


<?php
function add_contextual_help$screen$help ) {
    
_deprecated_function__FUNCTION__'3.3''get_current_screen()->add_help_tab()' );

    if ( 
is_string$screen ) )
        
$screen convert_to_screen$screen );

    
WP_Screen::add_old_compat_help$screen$help );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics