Submit
Path:
~
/
home
/
getwphos
/
www
/
BenjaminMarc2023
/
wp-content
/
plugins
/
xt-woo-quick-view-lite
/
admin
/
migrations
/
File Content:
migration-1.1.2.php
<?php $customizer = xt_woo_quick_view()->customizer(); // update multicolor field to 2 color fields $fields = [ 'modal_close_color' => array('modal_close_color', 'modal_close_hover_color'), 'modal_nav_color' => array('modal_nav_color', 'modal_nav_hover_color'), 'modal_slider_arrow_color' => array('modal_slider_arrow_color', 'modal_slider_arrow_hover_color'), ]; foreach($fields as $field) { $old_key = $field[0]; $link_color_key = $old_key; $hover_color_key = $field[1]; $color = $customizer->get_option($old_key); if(!empty($color)) { if(isset($color['link'])) { $customizer->update_option($link_color_key, $color['link']); } if(isset($color['hover'])) { $customizer->update_option($hover_color_key, $color['hover']); } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
migration-1.1.2.php
768 bytes
0644
migration-1.2.0.php
269 bytes
0644
migration-1.2.1.php
341 bytes
0644
migration-1.2.2.php
593 bytes
0644
migration-1.4.4.php
1827 bytes
0644
migration-1.5.3.php
230 bytes
0644
N4ST4R_ID | Naxtarrr