theme_row_meta

theme_row_meta

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('theme_row_meta') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 768
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
         * @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>';
    }