Comments on: Remove textarea sanitization from Options Framework https://nabtron.com/remove-textarea-sanitization-from-options-framework/ Technology & Programming Guide Thu, 01 Dec 2016 13:04:49 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Nabtron https://nabtron.com/remove-textarea-sanitization-from-options-framework/#comment-19718 Thu, 01 Dec 2016 13:04:49 +0000 http://nabtron.com/?p=8712#comment-19718 In reply to Luis Franco.

I’m glad that it helped you :)

]]>
By: Luis Franco https://nabtron.com/remove-textarea-sanitization-from-options-framework/#comment-19518 Mon, 11 Jul 2016 20:49:37 +0000 http://nabtron.com/?p=8712#comment-19518 Thanks for your explanation, it worked like a charm :D

]]>
By: Nabtron https://nabtron.com/remove-textarea-sanitization-from-options-framework/#comment-18614 Fri, 10 Jul 2015 18:13:24 +0000 http://nabtron.com/?p=8712#comment-18614 In reply to Devin Price.

Thanks for your appreciation and response Devin. Updated the post with your edit too.

]]>
By: Devin Price https://nabtron.com/remove-textarea-sanitization-from-options-framework/#comment-18488 Sun, 07 Jun 2015 17:18:18 +0000 http://nabtron.com/?p=8712#comment-18488 Hi Nabeel. Good post. Instead of just returning the input (your second example), I’d check that the user has the capability to post unfiltered_html. You can removed the default textarea sanitization and use the of_sanitize_editor instead. See: https://github.com/devinsays/options-framework-plugin/blob/master/includes/class-options-sanitization.php#L122

]]>