contextual_help_list

contextual_help_list

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('contextual_help_list') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 778
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    *
     * @param array     $old_compat_help Old contextual help.
     * @param WP_Screen $this            Current WP_Screen instance.
     */
    self::$_old_compat_help = apply_filters( 'contextual_help_list', self::$_old_compat_help, $this );
     
    $old_help = isset( self::$_old_compat_help[ $this->id ] ) ? self::$_old_compat_help[ $this->id ] : '';
     
    /**
     * Filters the legacy contextual help text.
     *

See this hook used in plugins: