• Hi, I use code:

    function db_dequeue_block_styles_on_home(){

        if (is_home()) {

                wp_dequeue_style( ‘wp-block-library’ );

            wp_dequeue_style( ‘wp-block-library-theme’ );

        }

    }

    add_action( ‘wp_enqueue_scripts’, ‘db_dequeue_block_styles_on_home’, 999 );

    But in head still loads — wp-includes/css/dist/block-library/style.min.css?ver=6.5.2

Просмотр 2 ответов — с 1 по 2 (всего 2)
Просмотр 2 ответов — с 1 по 2 (всего 2)
  • Тема «How to disable — wp-includes/css/dist/block-library/style.min.css?ver=6.5.2?» закрыта для новых ответов.