'colormag_customize_upsell_section', 'type' => 'section', 'title' => esc_html__( 'View Pro Version', 'colormag' ), 'url' => 'https://themegrill.com/colormag-pricing/?utm_source=colormag-customizer&utm_medium=view-pro-link&utm_campaign=colormag-pricing', 'priority' => 1, 'section_callback' => 'ColorMag_Upsell_Section', ), ); $options = array_merge( $options, $configs ); return $options; } } return new ColorMag_Customizer_Upsell_Button();