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

$column_name

(string)Name of the column.

$stylesheet

(string)Directory name of the theme.

$theme

(WP_Theme)Current WP_Theme object.


Top ↑

Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.