WooCommerce::call_function()

Method: Call a user function. This should be used to execute any non-idempotent function, especially those in the `includes` directory or provided by WordPress.

Source: includes/class-woocommerce.php:965

Used by 0 functions | Uses 1 function

WooCommerce::call_static()

Method: Call a static method in a class. This should be used to execute any non-idempotent method in classes from the `includes` directory.

Source: includes/class-woocommerce.php:984

Used by 0 functions | Uses 1 function