Skip to content

Instantly share code, notes, and snippets.

@danpastori
Created January 20, 2015 16:12
Show Gist options
  • Save danpastori/b31523b659a5c081d5bc to your computer and use it in GitHub Desktop.
Save danpastori/b31523b659a5c081d5bc to your computer and use it in GitHub Desktop.
HTML Export
<label style="font-size: 15px;">Pre Content Text</label><br>
<div style="margin-top: 20px;">
<?php wp_editor($pre_content_text, 'pre-content-text', array() ); ?>
</div>
<label style="font-size: 15px;">Post Content Text</label><br>
<div style="margin-top: 20px;">
<?php wp_editor($post_content_text, 'post-content-text', array() ); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment