WP HOOKS
akcjaod 4.4.0

post_submitbox_minor_actions

Args 1Plik wp-admin/includes/meta-boxes.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.

Parametry

ParametrTypOpis
$post\WP_PostWP_Post object for the current post.

Wywołanie

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

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

Popularne w tej kategorii