Skip to content

Commit

Permalink
remove var_dump code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyencntt committed Dec 17, 2024
1 parent 72a93b9 commit 68b6502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widgets/uiadvancedproducts/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function get_options() {
$options_filter = array();
$product_type = array();
$product_types_name = UIPro_UIAdvancedProducts_Helper::get_product_type_options();
var_dump($product_types_name);
if($product_types_name->post_name){
$product_types = get_field_object($product_types_name->post_name);
if(isset($product_types['choices']) && is_array($product_types['choices'])){
Expand Down

0 comments on commit 68b6502

Please sign in to comment.