enqueue(); } public $type = 'dropdown-options'; public function enqueue() { if (!wp_script_is('aemi-dropdown-options','enqueue')) { wp_enqueue_script( 'aemi-dropdown-options', trailingslashit( get_template_directory_uri() ) . 'inc/customizer/custom-controls/js/dropdown-options.js', array( 'jquery' ) ); aemi_defer_scripts(['aemi-dropdown-options']); } } public function render_content() { if ( empty( $this->choices ) ) return; ?> label ) ) : ?> label ); ?> description ) ) : ?> description; ?> value(); ?> link(); ?> value="value ); ?>" />