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
    			 *                   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 ) {