Support

Account

Home Forums General Issues Remove/filter WSIWYG output – remove HTML tags Reply To: Remove/filter WSIWYG output – remove HTML tags

  • Hi @Andrew C

    If you remove all code from the functions.php file does the error go away?

    If you change the function to this, does the error go away?

    
    function my_toolbars( $toolbars )
    {
    	// return $toolbars - IMPORTANT!
    	return $toolbars;
    }