Fires after the content editor.
Se déclenche après l'éditeur de contenu.
$post
Sortie :
@param WP_Post $post Post object.
add_action('edit_form_after_editor', 'add_extra_fields');
function add_extra_fields() {
echo '';
}
Chargement des actualités...