esc_html__( 'Primary', 'avon' ), ) ); add_theme_support('html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'customize-selective-refresh-widgets' ); } endif; add_action( 'after_setup_theme', 'avon_setup' ); function avon_content_width() { $GLOBALS['content_width'] = apply_filters( 'avon_content_width', 760 ); } add_action( 'after_setup_theme', 'avon_content_width', 0 );