Advertisement
Guest User

Untitled

a guest
Aug 15th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.54 KB | None | 0 0
  1. wp_editor( $content, $id, array(
  2. 'remove_linebreaks' => false,
  3. 'wpautop'       => $wpautop,
  4. 'media_buttons' => $media_buttons,
  5. 'textarea_name' => $textarea_name,
  6. 'textarea_rows' => $rows,
  7. 'tinymce' => array(
  8. 'theme_advanced_buttons1' => 'bold,italic,underline,|,' . 'bullist,numlist,blockquote,|,' . 'link,unlink,|,' . 'image,code,|,'. 'spellchecker,wp_fullscreen,dwqaCodeEmbed,|,',
  9. 'theme_advanced_buttons2'   => '',
  10. 'content_css'   => apply_filters( 'dwqa_editor_style', DWQA_URI . 'assets/css/tinymce.css' ),
  11. ),
  12. 'quicktags'     => true,
  13. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement