Ad some other substitution…
-
I need to add these other substitutions in html code.
I’d like to do it not modifying the plugin but adding with some function in functions.php in my child theme.
Can someone help me?$buffer = str_replace( ' />', '>', $buffer ); $buffer = str_replace( 'type=\'text/javascript\'', '', $buffer ); $buffer = str_replace( 'type=\'text/css\'', '', $buffer ); $buffer = str_replace( '/>', '>', $buffer );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Ad some other substitution…’ is closed to new replies.