Forráskód Böngészése

Hever: Increase priority of `hever_setup()`

Thomas Guillot 6 éve
szülő
commit
04f46cd956
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      hever/functions.php

+ 1 - 1
hever/functions.php

@@ -101,7 +101,7 @@ if ( ! function_exists( 'hever_setup' ) ) :
 		);
 		);
 	}
 	}
 endif;
 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.
  * Set the content width in pixels, based on the child-theme's design and stylesheet.