theme_action_links_{$stylesheet}, $actions, $theme, $context
theme_action_links_{$stylesheet}, $actions, $theme, $context
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('theme_action_links_{$stylesheet}, $actions, $theme, $context') is found 1 times:
- /wp-admin/includes/class-wp-ms-themes-list-table.php line 703
* @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'. */ $actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context ); echo $this->row_actions( $actions, true ); } /** * Handles the description column output.