Update v.2.1.7
- set of small fixes
- security fix, thanks to daroo and patchstack.com
- Bug: Setting stock to 0 leaves _stock meta empty (NULL) instead of 0
- Bigger Search Bar and Clear search button
25 April 2025
add_filter('woobe_settings_key_options', function ($id) {
return "for_all";
});
add_filter('woobe_users_args', function ($args) {
return array('fields' => array('ID', 'display_name'), 'who' => 'vendors');
});
add_filter('woobe_quick_search_options', function($filters) {
$filters = 'Post slug';
$filters = 'Content';
return $filters;
});
add_filter('woobe_before_update_product_field', function($value, $product_id, [...]
add_filter('woobe_filter_taxonomies_exists_show', function() {
return true;
}); [...]