I'm working with a theme that has a line like this in the header:
link href=”http://example.com/?theme-name_css=css”
and I can't figure out where the CSS for it is actually coming from. There's nothing in functions.php that generates PHP, and nothing in the theme options. It does work - I can tell because commenting out breaks the site. But I also can't figure out where the actual CSS code invoked by this lives!
Has anyone seen this before? Thanks.