• How can I deregister CSS from Yarpp?

    I would like to do it this way in the functions.php:

    wp_deregister_style( ‘yarpp-thumbnails-????’ );

    But there is something missing – when I look at the YARPP_Core.php file, there can be found:

    wp_enqueue_style(“yarpp-thumbnails-“.$dimensions[‘size’], $url, array(), YARPP_VERSION, ‘all’);

    I am using 120x120px thumbnails. So how should the value be like for wp_deregister_style?! yarpp-thumbnails-????

    https://wordpress.org/plugins/yet-another-related-posts-plugin/

  • The topic ‘Deregister CSS from YARPP’ is closed to new replies.