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
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
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
Method: Gets an instance of a given legacy class.
Source: includes/class-woocommerce.php:1003