'refresh', 'sanitize_callback' => 'bloglo_sanitize_select', 'control' => array( 'type' => 'bloglo-select', 'label' => esc_html__( 'Layout', 'blogmate' ), 'description' => esc_html__( 'Choose blog layout. This will affect blog layout on archives, search results and posts page.', 'blogmate' ), 'section' => 'bloglo_section_blog_page', 'choices' => array( 'blog-horizontal' => esc_html__( 'Horizontal', 'blogmate' ), ), ), ); return $options; }