repeat = $args['repeat']; parent::__construct( $manager, $id, $args ); } /** * Enqueue scripts and styles * */ public function enqueue() { wp_enqueue_style( 'armonia-blocks-repeater', get_template_directory_uri() . '/inc/customizer/custom-controls/blocks-repeater/control.css', array(), ARMONIA_VERSION ); wp_enqueue_script( 'armonia-blocks-repeater', get_template_directory_uri() . '/inc/customizer/custom-controls/blocks-repeater/control.js', array( 'jquery' ), ARMONIA_VERSION, true ); } /** * Render content * */ public function render_content() { $defaults = json_decode( $this->setting->default ); // defaults $values = json_decode( $this->value() ); // values ?>