wbf / utils
Utilities for Wordpress
Installs: 41
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/wbf/utils
This package is not auto-updated.
Last update: 2025-10-26 01:17:17 UTC
README
Utils component contains a set of utility classes.
WooCommerce related utilities, especially the DBUtilities , will save you a lot of time we guarantee it!
Usage of WooCommerce classes
By calling WBF\components\utils\WooCommerce::replace_wc_product_classes() during init the WooCommerce product classes will be replaced by WBF ones.
These classes provides more functionality and will be further expanded.
You can also get the WBF counterpart of a WC Product class by calling: WBF\components\utils\WooCommerce::get_wbf_product($product) where $product is a \WC_Product or a product id.