'Bloghash_Customizer_Control_Section_Pro', 'title' => esc_html__( 'Need more features?', 'bloghash' ), 'pro_url' => sprintf( esc_url_raw( 'https://peregrine-themes.com/%s' ), strtolower( $theme->name ) ), 'pro_text' => esc_html__( 'Upgrade to pro', 'bloghash' ), 'priority' => 200, ); $options['setting']['bloghash_section_upsell_heading'] = array( 'control' => array( 'type' => 'hidden', 'section' => 'bloghash_section_upsell_button', ), ); // Docs link $options['section']['bloghash_section_docs_button'] = array( 'class' => 'Bloghash_Customizer_Control_Section_Pro', 'title' => esc_html__( 'Need Help?', 'bloghash' ), 'pro_url' => esc_url_raw( 'http://docs.peregrine-themes.com/' ), 'pro_text' => esc_html__( 'See the Articles', 'bloghash' ), 'priority' => 200, ); $options['setting']['bloghash_section_docs_heading'] = array( 'control' => array( 'type' => 'hidden', 'section' => 'bloghash_section_docs_button', ), ); return $options; } } endif; new Bloghash_Customizer_Buttons();