I wanted to minify a style tag or a script tag using PHP. I have a style tag in my template and I needed to minify it so I can optimize my template.
My Style Goes Herefunction minify_css(){
This function should automatically minify the style above
}
Thanks in advance
It looks like you're new here. If you want to get involved, click one of these buttons!