Okay, now have another question!
I'm trying to take a string generated in a WordPress plugin file, and output the value from that string to a dynamic PHP driven CSS file.
I've tried specifying the string in the plugin, then displaying it via an echo statement, but that doesn't work at all. And I've also tried turning it into a function and displaying it that way, but still no luck
I'm assuming there is no connection between the two scripts, so a string specified in one is not read into the other. But I have no idea how to link the two together so that the string can be outputted
Any ideas?