WP HOOKS
akcjaod 2.6.0

setup_theme

Args 0Plik wp-settings.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires before the theme is loaded.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'setup_theme', 'twoja_funkcja' );

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

Popularne w tej kategorii