default_contextual_help

default_contextual_help

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('default_contextual_help') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 807
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
         *                   get_current_screen()->remove_help_tab() instead.
         *
         * @param string $old_help_default Default contextual help text.
         */
        $default_help = apply_filters( 'default_contextual_help', '' );
        if ( $default_help ) {
            $old_help = '<p>' . $default_help . '</p>';
        }
    }
     
    if ( $old_help ) {