default = $this->setting->default; } /** * Enqueue scripts and style. */ public function enqueue() { wp_enqueue_script( 'azera-shop-alpha-control', azera_shop_get_file( '/inc/alpha-control/js/script.js' ),array( 'jquery', 'jquery-ui-draggable' ), '1.0', true ); wp_enqueue_style( 'azera-shop-alpha-style', azera_shop_get_file( '/inc/alpha-control/css/style.css' ), '1.0' ); } /** * The function to render the controler */ protected function render() { $id = 'customize-control-' . str_replace( '[', '-', str_replace( ']', '', $this->id ) ); $class = 'customize-control customize-control-' . $this->type; ?>
  • render_content(); ?>