WP HOOKS
akcjaod 3.5.0

attachment_submitbox_misc_actions

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

Opis — z kodu źródłowego

Fires after the 'Uploaded on' section of the Save meta box in the attachment editing screen.

Parametry

ParametrTypOpis
$post\WP_PostWP_Post object for the current attachment.

Wywołanie

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

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

Popularne w tej kategorii