options = $args; } /** * Render the Repeater control */ public function render_content() { $it = 0; $this_default = json_decode( $this->setting->default ); $values = $this->value(); $json = json_decode( $values ); if ( ! is_array( $json ) ) { $json = array( $values ); } $options = $this->options; if ( ! empty( $options['themotion_link_control'] ) ) { $themotion_link_control = $options['themotion_link_control']; } else { $themotion_link_control = false; } if ( ! empty( $options['themotion_text_control'] ) ) { $themotion_text_control = $options['themotion_text_control']; } else { $themotion_text_control = false; } ?> label ); ?>