Advertisement
fauzanjeg

Gutenberg Block Styles

Feb 25th, 2021
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. /* Gutenberg Block Styles */
  2. add_action( 'after_setup_theme', function() {
  3.     add_theme_support( 'wp-block-styles' );
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement