post_submitbox_misc_actions

ACTION wp-admin\includes\meta-boxes.php (ligne 342) github
Fires after the post time/date setting in the Publish meta box.
traduction française
Se déclenche après le réglage de l'heure et de la date de publication dans la boîte méta de publication.

Paramètres

Entrée :
$post
Sortie :
@param WP_Post $post WP_Post object for the current post.

Utilisation

Ajouter du contenu à la boîte de publication

Action pour ajouter à la boîte publish.

admin
add_action('post_submitbox_misc_actions', 'add_custom_publish_action');
function add_custom_publish_action() {
    echo '
'; }

Actualités

Chargement des actualités...