includes/abstracts/abstract-wc-data.php:
WC_Data::get_meta_cache_key()
|
Helper method to compute meta cache key. Different from WP Meta cache key in that meta data cached using this key also contains meta_id column.
|
includes/queue/class-wc-queue.php:
WC_Queue::get_class()
|
Get class to instantiate
|
includes/queue/class-wc-queue.php:
WC_Queue::validate_instance()
|
Enforce a WC_Queue_Interface
|
includes/wc-notice-functions.php:
wc_clear_notices()
|
Unset all notices.
|
includes/wc-notice-functions.php:
wc_print_notices()
|
Prints messages and errors which are stored in the session, then clears them.
|
includes/wc-notice-functions.php:
wc_get_notices()
|
Returns all queued notices, optionally filtered by a notice type.
|
includes/wc-notice-functions.php:
wc_notice_count()
|
Get the count of notices added, either for all notices (default) or for one.
|
includes/wc-notice-functions.php:
wc_has_notice()
|
Check if a notice has already been added.
|
includes/wc-notice-functions.php:
wc_add_notice()
|
Add and store a notice.
|
includes/wc-notice-functions.php:
wc_set_notices()
|
Set all notices at once.
|
includes/class-wc-logger.php:
WC_Logger::__construct()
|
Constructor for the logger.
|
includes/class-wc-logger.php:
WC_Logger::log()
|
Add a log entry.
|
includes/wc-core-functions.php:
wc_load_cart()
|
Initialize and load the cart functionality.
|
includes/wc-core-functions.php:
wc_get_logger()
|
Get a shared logger instance.
|
includes/wc-core-functions.php:
wc_get_template()
|
Get other templates (e.g. product attributes) passing attributes and including the file.
|
includes/legacy/class-wc-legacy-customer.php:
WC_Legacy_Customer::__get()
|
__get function.
|
includes/legacy/class-wc-legacy-customer.php:
WC_Legacy_Customer::__set()
|
__set function.
|
includes/legacy/abstract-wc-legacy-product.php:
WC_Abstract_Legacy_Product::__get()
|
Magic __get method for backwards compatibility. Maps legacy vars to new getters.
|
includes/legacy/abstract-wc-legacy-order.php:
WC_Abstract_Legacy_Order::__get()
|
Magic __get method for backwards compatibility.
|
includes/legacy/class-wc-legacy-webhook.php:
WC_Legacy_Webhook::__get()
|
Magic __get method for backwards compatibility. Maps legacy vars to new getters.
|
includes/legacy/class-wc-legacy-coupon.php:
WC_Legacy_Coupon::__get()
|
Magic __get method for backwards compatibility. Maps legacy vars to new getters.
|
includes/class-wc-cart.php:
WC_Cart::get_cart()
|
Returns the contents of the cart in an array.
|
includes/class-wc-payment-gateways.php:
WC_Payment_Gateways::__clone()
|
Cloning is forbidden.
|
includes/class-wc-payment-gateways.php:
WC_Payment_Gateways::__wakeup()
|
Unserializing instances of this class is forbidden.
|
includes/log-handlers/class-wc-log-handler-file.php:
WC_Log_Handler_File::get_log_file_path()
|
Get a log file path.
|
includes/log-handlers/class-wc-log-handler-file.php:
WC_Log_Handler_File::get_log_file_name()
|
Get a log file name.
|
includes/class-woocommerce.php:
WooCommerce::__clone()
|
Cloning is forbidden.
|
includes/class-woocommerce.php:
WooCommerce::__wakeup()
|
Unserializing instances of this class is forbidden.
|
includes/class-wc-emails.php:
WC_Emails::__clone()
|
Cloning is forbidden.
|
includes/class-wc-emails.php:
WC_Emails::__wakeup()
|
Unserializing instances of this class is forbidden.
|
includes/wc-product-functions.php:
wc_get_product()
|
Main function for returning products, uses the WC_Product_Factory class.
|
includes/class-wc-shipping.php:
WC_Shipping::__clone()
|
Cloning is forbidden.
|
includes/class-wc-shipping.php:
WC_Shipping::__wakeup()
|
Unserializing instances of this class is forbidden.
|
includes/abstracts/abstract-wc-data.php:
WC_Data::is_internal_meta_key()
|
Check if the key is an internal one.
|
includes/class-wc-checkout.php:
WC_Checkout::__get()
|
Gets the legacy public variables for backwards compatibility.
|
includes/class-wc-checkout.php:
WC_Checkout::__clone()
|
Cloning is forbidden.
|
includes/class-wc-checkout.php:
WC_Checkout::__wakeup()
|
Unserializing instances of this class is forbidden.
|
includes/wc-deprecated-functions.php:
_wc_save_product_price()
|
Save product price.
|
includes/wc-term-functions.php:
wc_get_product_visibility_term_ids()
|
Get full list of product visibilty term ids.
|
includes/wc-order-functions.php:
wc_get_order()
|
Main function for returning orders, uses the WC_Order_Factory class.
|
includes/class-wc-coupon.php:
WC_Coupon::read_manual_coupon()
|
Developers can programmatically return coupons. This function will read those values into our WC_Coupon class.
|
includes/class-wc-order-refund.php:
WC_Order_Refund::__get()
|
Magic __get method for backwards compatibility.
|
includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:
WC_Shipping_Flat_Rate::evaluate_cost()
|
Evaluate a cost from a sum/string.
|