Minification is used to remove unnecessary elements, e.g: extra spaces. There are a lot of php scripts to minify or compress the css but we are going to use a simple function here. It is usually used for inline css in WordPress.   We will name the function minify_css() with $css parameter/argument which will be […]
The post How to minify CSS in WordPress Theme or Plugin appeared first on XeCreators.