Zoeken…


Invoering

Met deze functie kan de gebruiker stylesheets laden voor de TinyMCE-editor

Syntaxis

  • add_editor_style ($ stylesheet)

parameters

Parameter Details
$ stylesheet (matrix of tekenreeks) (optioneel) Naam stylesheet of matrix daarvan, relatief ten opzichte van de root van het thema. Standaard ingesteld op 'editor-style.css'

Eén CSS-bestand laden

Code

function add_new_style() {
    add_editor_style( 'file-name-here.css' );
}
add_action( 'admin_init', 'add_new_style' );

Uitleg

In de bovenstaande code hebben we add_editor_style gebruikt om het css-bestand te laden. We hebben ook add cialis gebruikt om ervoor te zorgen dat WordPress onze functie uitvoert.



Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow