args = [ // Post Header 'blogin_aarambha_post_header_elements' => [ 'type' => 'sortable', 'default' => ['post-title','post-meta'], 'sanitize_callback' => ['Blogin_Aarambha_Customizer_Sanitize_Callback', 'sanitize_sortable' ], 'label' => esc_html__( 'Elements', 'blogin-aarambha' ), 'description' => esc_html__( 'Enable lists of elements and rearrange the vertical order by drag and drop.', 'blogin-aarambha' ), 'section' => 'blogin_aarambha_post_header_section', 'priority' => 15, 'choices' => [ 'post-title' => esc_html__( 'Post Title', 'blogin-aarambha' ), 'post-meta' => esc_html__( 'Post Meta', 'blogin-aarambha' ), 'categories' => esc_html__( 'Categories', 'blogin-aarambha' ), ], ], ]; } } new Blogin_Aarambha_Customize_Post_Header_Fields();