Ejemplo n.º 1
0
 static function components()
 {
     # assets
     self::enqueue_assets();
     # set the theme font styles
     Bw_theme_fonts::init();
     # ajax
     Bw_theme_ajax::init();
     # theme header options
     Bw_theme_header_options::init();
     # theme footer options
     Bw_theme_footer_options::init();
 }
Ejemplo n.º 2
0
 static function body_class($class = '')
 {
     return Bw_theme_header_options::body_class($class);
 }
 static function init()
 {
     Bw_theme_header_options::general();
     add_action('wp_head', array('Bw_theme_header_options', 'set_header'));
 }