Created
January 20, 2015 16:12
-
-
Save danpastori/b31523b659a5c081d5bc to your computer and use it in GitHub Desktop.
HTML Export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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