esc_html__('Primary', 'blanksmall')]); add_theme_support('html5', [ 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', ]); add_theme_support( 'custom-background', apply_filters('blanksmall_custom_background_args', [ 'default-color' => 'ffffff', 'default-image' => '', ]) ); add_theme_support('customize-selective-refresh-widgets'); add_theme_support('custom-logo', [ 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ]); } endif; add_action('after_setup_theme', 'blanksmall_setup'); function blanksmall_content_width() { $GLOBALS['content_width'] = apply_filters('blanksmall_content_width', 640); } add_action('after_setup_theme', 'blanksmall_content_width', 0); function blanksmall_widgets_init() { register_sidebar([ 'name' => esc_html__('Sidebar', 'blanksmall'), 'id' => 'sidebar-1', 'description' => esc_html__('Add widgets here.', 'blanksmall'), 'before_widget' => '', 'before_title' => '