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

woocommerce_is_rest_api_request

Filter Hook: Define if we’re checking against major, minor or no versions in the following places: – plugin screen in WP Admin (displaying extra warning when updating to new major versions) – System Status Report (‘Installed version not tested with active version of WooCommerce’ warning) – core update screen in WP Admin (displaying extra warning when updating to new major versions) – enable/disable automated updates in the plugin screen in WP Admin (if there are any plugins that don’t declare compatibility, the auto-update is disabled)

Source: includes/class-woocommerce.php:332

Used by 1 function | Uses 0 functions