WP HOOKS
akcjaod 2.5.0

submitpost_box

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

Opis — z kodu źródłowego

Fires before meta boxes with 'side' context are output for all post types other than 'page'.

The submitpost box is a meta box with 'side' context, so this hook fires just before it is output.

Parametry

ParametrTypOpis
$post\WP_PostPost object.

Wywołanie

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

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

Popularne w tej kategorii