array( 'setting' => array(), 'control' => array( 'type' => 'parent_heading', 'priority' => 1, 'label' => esc_html__( 'Post Excerpt Button Settings', 'bluestick' ), 'section' => 'bluestick_excerpt_general', ), ), // Animation. 'bluestick_excerpt_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Post Button Enable/Disable', 'bluestick' ), 'section' => 'bluestick_excerpt_general', ), ), ); } } new bluestick_Customize_Excerpt_Option(); endif;