Tagged Questions
2
votes
2answers
312 views
Secure Validation of wp_editor in Theme Options
So I just found this great WPSE thread about security for themes/plugins. It answered most of my questions but it was created before the new wp_editor() function was built.
I have two TinyMCE editors ...
4
votes
1answer
541 views
wp_editor() fields on Theme Options Page not saving
(This is sort of a follow-up to this question.)
I'm able to display the two WYSIWYG editors on my theme options page, but the values I enter into the editors aren't saved. I've read a ton of stuff ...
0
votes
1answer
578 views
WP_editor doesnt apply wpautop on single line content
For a current project I am trying to echo a line of text saved in the theme's options page. I use the wp_editor function for the user input instead of a textarea.
The code I am using is quite simple:
...