render(); if ( $custom_style ) { wp_add_inline_style( 'amy-xmas-style', $custom_style ); } } public static function _action_widgets_init() { // register sidebars amy_xmas_include_file( 'inc/sidebars.php' ); if ( defined( 'AMY_VERSION' ) ) { // register widgets // amy_xmas_include_file('inc/widgets/list.php', false); } } } amy_xmas_Theme_Include::init();