WP HOOKS
akcjaod 3.1.0

post_comment_status_meta_box-options

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

Opis — z kodu źródłowego

Fires at the end of the Discussion meta box on the post editing screen.

Parametry

ParametrTypOpis
$post\WP_PostWP_Post object for the current post.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'post_comment_status_meta_box-options', 'twoja_funkcja' );

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

Popularne w tej kategorii