library utils
Utilities for Wordpress
wbf/utils
Utilities for Wordpress
- Thursday, September 28, 2017
- by Waga Dev
- Repository
- 3 Watchers
- 0 Stars
- 10 Installations
- PHP
- 4 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 11 % Grown
Utils
Utils component contains a set of utility classes., (*1)
WooCommerce related utilities, especially the DBUtilities , will save you a lot of time we guarantee it!, (*2)
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., (*3)
These classes provides more functionality and will be further expanded., (*4)
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., (*5)