Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Solution

In your theme’s functions.php file, add the following.

add_action( 'init', 'my_init' );

function my_init() {
    wp_dequeue_style( 'testimonials-widget' );
}<p />



  • No labels