name = 'loop'; $this->label = __( 'Loop', 'cfs' ); $this->values = array(); } /* ================================================================ html ================================================================ */ function html( $field ) { global $post; $this->values = CFS()->api->get_fields( $post->ID, array( 'format' => 'input' ) ); $this->recursive_clone( $field->group_id, $field->id ); $this->recursive_html( $field->group_id, $field->id ); } /* ================================================================ options_html ================================================================ */ function options_html( $key, $field ) { ?>
notes; ?>
notes; ?>