I need to create a css file generated with php code in the wp-uploads directory. For example
This is the code to generate the output
<?php echo "body{color:red}" ?>
And saves in the wp-uploads
directory as the generated css output as a css file.
That means when we go to wp-uploads/filename.css
The filename.css
file must contain body{color:red}
And if you can't understand the question PLEASE COMMENT