예제 #1
0
 /**
  * This creates an instance of this class.
  *
  * If the reach_theme_start hook has already run, this will not do anything.
  *
  * @param 	Reach_Theme 	$theme
  * @static
  * @access 	public
  * @since 	1.0.0
  */
 public static function start(Reach_Theme $theme)
 {
     if (!$theme->is_start()) {
         return;
     }
     new Reach_Jetpack($theme);
 }
 /**
  * This creates an instance of this class.
  *
  * If the reach_theme_start hook has already run, this will not do anything.
  *
  * @param 	Reach_Theme 	$theme
  * @static
  * @access 	public
  * @since 	1.0.0
  */
 public static function start(Reach_Theme $theme)
 {
     if (!$theme->is_start()) {
         return;
     }
     new Reach_Easy_Google_Fonts();
 }
예제 #3
0
 /**
  * This creates an instance of this class.
  *
  * If the reach_theme_start hook has already run, this will not do anything.
  *
  * @param   Reach_Theme     $theme
  * @static
  * @access  public
  * @since   1.0.0
  */
 public static function start(Reach_Theme $theme)
 {
     if (!$theme->is_start()) {
         return;
     }
     new Reach_Tribe_Events();
 }
예제 #4
0
 /**
  * Instantiate the object, but only if this is the start phase.
  *
  * @static
  * @param   Reach_Theme     $theme
  * @return  void
  */
 public static function start(Reach_Theme $theme)
 {
     if (!$theme->is_start()) {
         return;
     }
     new Reach_Customizer();
 }
예제 #5
0
 /**
  * This creates an instance of this class.
  *
  * If the reach_theme_start hook has already run, this will not do anything.
  *
  * @param   Reach_Theme     $theme
  * @static
  * @access  public
  * @since   1.0.0
  */
 public static function start(Reach_Theme $theme)
 {
     if (!$theme->is_start()) {
         return;
     }
     new Reach_Charitable();
 }