" />
or:
How to apply a style:
Add a "this_style" custom field and use its value like a CSS editor.
Setting:
*/
// Recommended setting to write files.css
$tstyle_path = ABSPATH ."wp-content/plugins/this-style";
// Recommended setting to CSSs
$tstyle_url = get_settings('siteurl') ."/wp-content/plugins/this-style";
// Custom Field Name to use
$tstyle_meta_name = "this_style";
/*
Pubblic functions:
tstyle_url() Return the file.css url;
tstyle_css_script() Return the CSS script to put in the