Skip to content

Instantly share code, notes, and snippets.

View Web-Medias's full-sized avatar

Web-Medias Web-Medias

  • Web-Medias
  • Arles (13) - Fr
View GitHub Profile
@rheinardkorf
rheinardkorf / add-js-editor.js
Last active June 2, 2023 05:14
Example usage of JS editor API WordPress 4.8+
// Remember to wp_enqueue_editor(); inside PHP.
// Add editor
wp.editor.initialize(
'test-editor',
{
tinymce: {
wpautop:true,
plugins : 'charmap colorpicker compat3x directionality fullscreen hr image lists media paste tabfocus textcolor wordpress wpautoresize wpdialogs wpeditimage wpemoji wpgallery wplink wptextpattern wpview',
toolbar1: 'formatselect bold italic | bullist numlist | blockquote | alignleft aligncenter alignright | link unlink | wp_more | spellchecker'