print_default_editor_scripts

FUNCTION wp-includes\class-wp-editor.php (ligne 928) github
Print (output) all editor scripts and default settings. For use when the editor is going to be initialized after page load.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// Utilisation de la fonction print_default_editor_scripts
$result = print_default_editor_scripts();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...