Adding a stylesheet to a plugin
-
I’m currently working on a plugin and I cannot add a stylesheet to the plugin page I’m currently working on.
At the moment I’m using javascript to dynamically load the stylesheet but this is not the right choice so I need to know how to add that stylesheet into that plugin file. I’ve tried using the add_action(‘wp_head’, ‘func’); where the function func will return the stylesheet but for some reasons it didn’t work..?
Thank you in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Adding a stylesheet to a plugin’ is closed to new replies.