WP HOOKS
filtrod 2.8.0

install_themes_nonmenu_tabs

Args 1Plik wp-admin/includes/class-wp-theme-install-list-table.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters tabs not associated with a menu item on the Install Themes screen.

Parametry

ParametrTypOpis
$nonmenu_tabsstring[]The tabs that don't have a menu item on the Install Themes screen.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'install_themes_nonmenu_tabs', 'twoja_funkcja' );

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

Popularne w tej kategorii