Exemple #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();
 }