About CSS Programmatically Exclude
-
I saw this filter, and it works, but how to achive that for array? i tried something not working exactly. now it’s working on only single string.
// add_filter('autoptimize_filter_css_exclude','my_ao_override_cssexclude',10,1); function my_ao_override_cssexclude($exclude) { return $exclude.", recentcomments"; }
Is it works with array? Let me know Please. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘About CSS Programmatically Exclude’ is closed to new replies.