WP HOOKS
akcjaod 3.1.0

custom_header_options

Args 0Plik wp-admin/includes/class-custom-image-header.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires just before the submit button in the custom header options form.

Wywołanie

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

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

Popularne w tej kategorii