Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- * Turn on allow unfiltered HTML in ACF save form.
- *
- * @return true
- */
- function videotube_filter_acf_allow_unfiltered_html(){
- return true;
- }
- add_filter( 'acf/allow_unfiltered_html' , 'videotube_filter_acf_allow_unfiltered_html', 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement