WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_action_links_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-themes-list-table.php apply_filters 240 /**
*/
wp-admin/includes/class-wp-ms-themes-list-table.php apply_filters 672 /**
* Filters the action links of a specific theme in the Multisite themes
* list table.
*
* The dynamic portion of the hook name, `$stylesheet`, refers to the
* directory name of the theme, which in most cases is synonymous
* with the template name.
*
* @since 3.1.0
*
* @param string[] $actions An array of action links.
* @param WP_Theme $theme The current WP_Theme object.
* @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
*/

Hook Parameters

Parameter Type Name Description
string[] $actions An array of action links.
WP_Theme $theme The current WP_Theme object.
string $context Status of the theme, one of 'all', 'enabled', or 'disabled'.