Filters the action links of a specific theme in the Multisite themes list table.
$actionsstring[]$themeWP_Theme$contextstringwp-admin/includes/class-wp-ms-themes-list-table.php:688WP_MS_Themes_List_Table::column_name()wp-admin/includes/class-wp-themes-list-table.php:243WP_Themes_List_Table::display_rows() * @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'. */ $actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context ); echo $this->row_actions( $actions, true ); } /** * Handles the description column output.Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.