Ejemplo n.º 1
0
 /**
  * Hook to allow further customizer defaults to be defined via other framework locations or a Plugin.
  *
  * @since 0.1.0
  */
 public function add_customizer_defaults()
 {
     /* Add theme specific default settings via this hook. */
     WPGo_Hooks::wpgo_theme_customizer_defaults();
 }