WP HOOKS
akcjaod 3.7.0

edit_form_top

Args 1Plik wp-admin/edit-form-advanced.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires at the beginning of the edit form.

At this point, the required hidden fields and nonces have already been output.

Parametry

ParametrTypOpis
$post\WP_PostPost object.

Wywołanie

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

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

Popularne w tej kategorii