Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created March 2, 2016 17:23
Show Gist options
  • Select an option

  • Save halgatewood/488314800dd145ac2b91 to your computer and use it in GitHub Desktop.

Select an option

Save halgatewood/488314800dd145ac2b91 to your computer and use it in GitHub Desktop.
function hg_dequeue_style()
{
wp_dequeue_style('awesome-weather');
wp_deregister_style('awesome-weather');
wp_enqueue_style( 'awesome-weather', '/wp-content/plugins/awesome-weather-pro/awesome-weather.css' );
}
add_filter( 'wp_print_styles', 'hg_dequeue_style', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment