manage_themes_custom_column, $column_name, $stylesheet, $theme
manage_themes_custom_column, $column_name, $stylesheet, $theme
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('manage_themes_custom_column, $column_name, $stylesheet, $theme') is found 1 times:
- /wp-admin/includes/class-wp-ms-themes-list-table.php line 922
* @param string $column_name Name of the column. * @param string $stylesheet Directory name of the theme. * @param WP_Theme $theme Current WP_Theme object. */ do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme ); } /** * Handles the output for a single table row. * * @since 4.3.0