theme_row_meta, $theme_meta, $stylesheet, $theme, $status
theme_row_meta, $theme_meta, $stylesheet, $theme, $status
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('theme_row_meta, $theme_meta, $stylesheet, $theme, $status') is found 1 times:
- /wp-admin/includes/class-wp-ms-themes-list-table.php line 789
* @param string $stylesheet Directory name of the theme. * @param WP_Theme $theme WP_Theme object. * @param string $status Status of the theme. */ $theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status ); echo implode( ' | ', $theme_meta ); echo '</div>'; }