layouts = $args['choices']; } } /** * Enqueue scripts/styles for the color picker. * * @since 3.4.0 */ public function enqueue() { // wp_enqueue_script( 'lsx-layout-control', get_template_directory_uri() .'/js/customizer-layout.js', array('jquery'), LSX_VERSION, true ); } /** * Render output * * @since 3.4.0 */ public function render_content() { $post_id = 'customize-control-' . str_replace( '[', '-', str_replace( ']', '', $this->id ) ); $class = 'customize-control customize-control-' . $this->type; $value = $this->value(); ?>