Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created June 23, 2021 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/b76ac13beaa7c838d5867eb774382db9 to your computer and use it in GitHub Desktop.
Save alt-karate/b76ac13beaa7c838d5867eb774382db9 to your computer and use it in GitHub Desktop.
// デフォルトテーマのCSSを読み込まないようにします
add_action('wp_enqueue_scripts', function () {
$styles = wp_styles();
$styles->add_data('twentytwenty-style', 'after', array());
}, 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment