Last active
May 25, 2022 13:52
-
-
Save runezero/324e0f593c2a0e690cd7e1d09d25502d to your computer and use it in GitHub Desktop.
[Disable css create file] Disables the function that lets Enfold create custom CSS files for pages #enfold
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter('avf_post_css_create_file', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment