Unable to save Theme Options when TinyMCE is enabled for the text area
What output do you get on-submit, if you add the following to the top of your sanitization callback: var_dump( $input ); die; i.e. add it here: function theme_options_validate( $input ) { var_dump( $input ); die; Compare the results with and without TinyMCE. Let’s figure out what’s changing. Also: this isn’t directly related to the issue … Read more