add_control( new Astra_Control_Divider( $wp_customize, ASTRA_THEME_SETTINGS . '[mobile-header-more-feature-divider]', array( 'type' => 'ast-divider', 'section' => 'section-mobile-header', 'priority' => 999, 'settings' => array(), ) ) ); /** * Option: Learn More about Mobile Header */ $wp_customize->add_control( new Astra_Control_Description( $wp_customize, ASTRA_THEME_SETTINGS . '[mobile-header-more-feature-description]', array( 'type' => 'ast-description', 'section' => 'section-mobile-header', 'priority' => 999, 'label' => '', 'help' => '
' . __( 'More Options Available for Mobile Header in Astra Pro!', 'astra' ) . '
' . __( 'Learn More', 'astra' ) . '', 'settings' => array(), ) ) ); }