edit_form_after_editor

ACTION wp-admin\edit-form-advanced.php (ligne 682) github
Fires after the content editor.
traduction française
Se déclenche après l'éditeur de contenu.

Paramètres

Entrée :
$post
Sortie :
@param WP_Post $post Post object.

Utilisation

Ajouter du contenu après l'éditeur

Action après l'éditeur WYSIWYG.

admin
add_action('edit_form_after_editor', 'add_extra_fields');
function add_extra_fields() {
    echo '
'; }

Actualités

Chargement des actualités...