contextual_help_list
contextual_help_list
Appears in: wordpress-4.0, wordpress-4.4, wordpress-4.8, wordpress-4.9, wordpress-4.9.4, wordpress-4.9.5, wordpress-4.9.6, wordpress-4.9.7, wordpress-4.9.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3, wordpress-5.1, wordpress-5.1.1, wordpress-5.2, wordpress-5.2.1, wordpress-5.2.2, wordpress-5.2.3, wordpress-5.2.4, wordpress-5.3, wordpress-5.3.1, wordpress-5.3.2
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-5.3.2apply_filters('contextual_help_list') is found 1 times:
- /wp-admin/includes/class-wp-screen.php line 778774775776777778779780781782783784
*
* @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.
*