manage_themes_custom_column WordPress Action Hook
This hook allows you to add custom columns to the manage themes screen. This can be useful for displaying theme specific data or for providing links to theme options pages.
do_action( 'manage_themes_custom_column', string $column_name , string $stylesheet , WP_Theme $theme ) #
Fires inside each custom column of the Multisite themes list table.
Parameters
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |