WP HOOKS
filtrod 2.8.0

install_themes_tabs

Args 1Plik wp-admin/theme-install.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the tabs shown on the Add Themes screen.

This filter is for backward compatibility only, for the suppression of the upload tab.

Parametry

ParametrTypOpis
$tabsstring[]Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.

Wywołanie

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

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

Popularne w tej kategorii