WP HOOKS
akcjaod 3.1.0

after_theme_row

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

Opis — z kodu źródłowego

Fires after each row in the Multisite themes list table.

Parametry

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

Wywołanie

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

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

Popularne w tej kategorii