mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-02 12:02:25 +08:00
3 lines
139 B
Text
3 lines
139 B
Text
add_filter( 'autoptimize_filter_css_bodyreplacementpayload', function( $html ){
|
|
return str_replace( '/>', '>' . PHP_EOL , $html );
|
|
});
|