value() ) ){ $default = $this->value(); } else { $default = !empty( $this->value() ) ? json_decode( rawurldecode( $this->value() ) , true ) : array(); } $row_label = !empty( $this->choices['row_label']['value'] ) ? $this->choices['row_label']['value'] : 'Row'; $button_label = !empty( $this->choices['button_label'] ) ? $this->choices['button_label'] : 'Add New'; $limit = !empty( $this->choices['limit'] ) ? $this->choices['limit'] : '0'; $fields = !empty( $this->choices['fields'] ) ? $this->choices['fields'] : array(); $id = 'content_' . $this->id; ?>
', esc_attr( $this->id ), esc_attr( json_encode( $this->value() ) ), $this->get_link() ); ?>
0 ){ ?>
>

:
>
>

>

'; foreach ( $choices as $key2 => $value ) { ?> '; } ?>
>

No image selected
Select Image Remove Image
>

$value ) { echo ''; } } } if( !function_exists( 'bizberg_kar_get_icon_options' ) ){ function bizberg_kar_get_icon_options( $data, $default_value ){ foreach ( $data as $key => $value ) { echo ''; } } } if( !function_exists( 'bizberg_kar_get_icon_field' ) ){ function bizberg_kar_get_icon_field( $field, $default_value, $key, $extra_class, $show_default_value_on_add_new_repeater ){ $title = !empty( $field['label'] ) ? $field['label'] : ''; $description = !empty( $field['description'] ) ? $field['description'] : ''; $default = !empty( $field['default'] ) ? $field['default'] : ''; $active_callback = !empty( $field['active_callback'] ) ? 'data-active-callback=' . json_encode( $field['active_callback'] ) : ''; // Show this default value for hidden field if( $show_default_value_on_add_new_repeater == true && !empty( $default ) ){ $default_value = $default; } ?>
>

>

>

>

>

>