Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for ($i=0; $i < $count; $i++) {
  2. $editor_args = array(
  3. 'textarea_rows' => 6,
  4. 'teeny' => true,
  5. 'tinymce' => true
  6. );
  7. wp_editor('', 'textarea_id' . $i, $editor_args);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement