WP HOOKS
akcjaod 3.1.0

manage_themes_custom_column

Args 3Plik wp-admin/includes/class-wp-ms-themes-list-table.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires inside each custom column of the Multisite themes list table.

Parametry

ParametrTypOpis
$column_namestringName of the column.
$stylesheetstringDirectory name of the theme.
$theme\WP_ThemeCurrent WP_Theme object.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'manage_themes_custom_column', 'twoja_funkcja', 10, 3 );

function twoja_funkcja($param_1, $param_2, $param_3) {
	// Twój kod
}

Popularne w tej kategorii