Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
superstepsgroup.com
/
plugin-old
/
wp-rollback
/
rselements
/
inc
/
Editing: helper.php
<?php function rselemetns_woocommerce_product_categories(){ $terms = get_terms(array( 'taxonomy' => 'product_cat', 'hide_empty' => true, )); if (!empty($terms) && !is_wp_error($terms)) { foreach ($terms as $term) { $options[$term->slug] = $term->name; } return $options; } }
Save
Cancel