Hever: Increase priority of hever_setup()

This commit is contained in:
Thomas Guillot 2019-08-01 12:06:04 +01:00
parent 798c27075a
commit 04f46cd956

View file

@ -101,7 +101,7 @@ if ( ! function_exists( 'hever_setup' ) ) :
);
}
endif;
add_action( 'after_setup_theme', 'hever_setup' );
add_action( 'after_setup_theme', 'hever_setup', 12 );
/**
* Set the content width in pixels, based on the child-theme's design and stylesheet.