'Bloglo_Customizer_Control_Section_Pro', 'title' => esc_html__( 'Need more features?', 'bloglo' ), 'pro_url' => sprintf( esc_url_raw( 'https://peregrine-themes.com/%s' ), strtolower( $theme->name ) ), 'pro_text' => esc_html__( 'Upgrade to pro', 'bloglo' ), 'priority' => 60, ); $options['setting']['bloglo_section_upsell_heading'] = array( 'control' => array( 'type' => 'hidden', 'section' => 'bloglo_section_upsell_button', ), ); // Docs link $options['section']['bloglo_section_docs_button'] = array( 'class' => 'Bloglo_Customizer_Control_Section_Pro', 'title' => esc_html__( 'Need Help?', 'bloglo' ), 'pro_url' => esc_url_raw( 'http://docs.peregrine-themes.com/' ), 'pro_text' => esc_html__( 'See the Articles', 'bloglo' ), 'priority' => 60, ); $options['setting']['bloglo_section_docs_heading'] = array( 'control' => array( 'type' => 'hidden', 'section' => 'bloglo_section_docs_button', ), ); return $options; } } endif; new Bloglo_Customizer_Buttons();