WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about after_theme_row_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-ms-themes-list-table.php do_action 1019 /**
* Fires after each specific row in the Multisite themes list table.
*
* The dynamic portion of the hook name, `$stylesheet`, refers to the
* directory name of the theme, most often synonymous with the template
* name of the theme.
*
* @since 3.5.0
*
* @param string $stylesheet Directory name of the theme.
* @param WP_Theme $theme Current WP_Theme object.
* @param string $status Status of the theme.
*/

Hook Parameters

Parameter Type Name Description
string $stylesheet Directory name of the theme.
WP_Theme $theme Current WP_Theme object.
string $status Status of the theme.