WP HOOKS
akcjaod 4.9.8

add_inline_data

Args 2Plik wp-admin/includes/template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after outputting the fields for the inline editor for posts and pages.

Parametry

ParametrTypOpis
$post\WP_PostThe current post object.
$post_type_object\WP_Post_TypeThe current post's post type object.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_action( 'add_inline_data', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii