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 1004 /**
* Fires after each row in the Multisite themes list table.
*
* @since 3.1.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.