How cool isnt this – plugin style
-
If i run this at the bottom of my own plugin
function test_head()
{
echo “<style type=\”text/css\” media=\”screen\”><!–/*–><![CDATA[/*><!–*/\n”;
echo “#box-header { background-color:#52E84A; }\n”;
echo “/*]]>*/–></style>\n”;
}
if (something) {
add_action(‘wp_head’, ‘test_head’);
}
i can actually see at the WP frontpage if someone is in the wp-admin setting options for that plugin
- The topic ‘How cool isnt this – plugin style’ is closed to new replies.