Suggestion: Enqueue Style
-
Can you please change 372 of funclib.php
from:
echo ‘<link rel=”stylesheet” id=”wp-forecast-css” href=”‘. $plugin_url . $def . ‘” type=”text/css” media=”screen” />’ .”\n”;to:
wp_enqueue_style(‘wp-forecast’, $plugin_url . $def, array(), ‘5.5’);This way the CSS loads in the correct location with all other CSS and if users like, we can replace the CSS properly without having to modify the plugin. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Suggestion: Enqueue Style’ is closed to new replies.