'refresh', 'sanitize_callback' => 'bloghash_sanitize_select', 'control' => array( 'type' => 'bloghash-select', 'label' => esc_html__( 'Layout', 'blogdash' ), 'section' => 'bloghash_section_blog_page', 'choices' => array( 'blog-horizontal' => esc_html__( 'Horizontal', 'blogdash' ), ), ), ); return $options; }