WP HOOKS
akcjaod 4.9.0

page_attributes_misc_attributes

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

Opis — z kodu źródłowego

Fires before the help hint text in the 'Page Attributes' meta box.

Parametry

ParametrTypOpis
$post\WP_PostThe current post.

Wywołanie

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

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

Popularne w tej kategorii