add_section( new Bestio_Upsell_Section($wp_customize,'upsell_section',array( 'title' => __( 'Bestio Pro', 'bestio' ), 'button_text' => __( 'Upgrade Pro', 'bestio' ), 'url' => esc_url( BESTIO_BUY_NOW ), 'priority' => 0, ))); } add_action( 'customize_register', 'bestio_customize_register' ); /** * Enqueue script for custom customize control. */ function bestio_custom_control_scripts() { wp_enqueue_script( 'bestio-custom-controls-js', get_template_directory_uri() . '/assets/js/custom-controls.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-sortable' ), '1.0', true ); } add_action( 'customize_controls_enqueue_scripts', 'bestio_custom_control_scripts' ); ?>