Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 07:59
Show Gist options
  • Save bradleysa/6cc0c1ddec5bc90c33f6e6db80ed3c03 to your computer and use it in GitHub Desktop.
Save bradleysa/6cc0c1ddec5bc90c33f6e6db80ed3c03 to your computer and use it in GitHub Desktop.
Advanced Random Posts Widget style
function prefix_remove_arpw_style() {
wp_dequeue_style( 'arpw-style' );
}
add_action( 'wp_enqueue_scripts', 'prefix_remove_arpw_style', 10 );
/** https://wordpress.org/plugins/advanced-random-posts-widget/faq/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment