180, 'height' => 60, 'flex-width' => true, 'flex-height' => true, ) ); // Customize Selective Refresh Widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ /* Directory and Extension */ $dir_name = ( SCRIPT_DEBUG ) ? 'unminified' : 'minified'; $file_prefix = ( SCRIPT_DEBUG ) ? '' : '.min'; add_editor_style( 'assets/css/' . $dir_name . '/editor-style' . $file_prefix . '.css' ); } } }// End if(). /** * Kicking this off by calling 'get_instance()' method */ Astra_After_Setup_Theme::get_instance();