File: /volume1/web/tom-marchisa/wp-content/themes/enfold-child/functions - Copy.php
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* Wordpress will use those functions instead of the original functions then.
*/
/* This filter removes the creation of the avia-merged-styles......css file that Enfold saw in it's wisdom to load after all the other css files. By loading it last it overwrote all custom css */
/* the following is a test conducted on 04272022 */
/* Following code provides ability for using Customm CSS in Enfold Advanced Editor */
add_theme_support('avia_template_builder_custom_css');