theme_row_meta

theme_row_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('theme_row_meta') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 763
    		 * @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>';
    	}