Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. // Register support for Gutenberg wide images in your theme
  3. function mytheme_setup() {
  4. add_theme_support( 'align-wide' );
  5. }
  6. add_action( 'after_setup_theme', 'mytheme_setup' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement