akcjaod 2.7.0
post_submitbox_start
Opis — z kodu źródłowego
Fires at the beginning of the publishing actions section of the Publish meta box.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$post | \WP_Post | null | WP_Post object for the current post on Edit Post screen, null on Edit Link screen. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'post_submitbox_start', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'post_submitbox_start', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii