Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. wp_enqueue_script('editor');
  2. wp_enqueue_script('media-upload');
  3. wp_enqueue_script('thickbox');
  4.  
  5. tinymce.init({
  6. mode : 'specific_textareas',
  7. editor_selector :'tinymce'
  8. });
  9.  
  10. wp_editor('Enter your text here', 'editor_id_here')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement