LegacyProxy
Class: Proxy class to access legacy WooCommerce functionality.
Source: src/Proxies/LegacyProxy.php:18
Class: Proxy class to access legacy WooCommerce functionality.
Source: src/Proxies/LegacyProxy.php:18
Method: Gets an instance of a given legacy class.
Source: src/Proxies/LegacyProxy.php:36
Method: Get an instance of a class implementing WC_Queue_Interface.
Source: src/Proxies/LegacyProxy.php:69
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: src/Proxies/LegacyProxy.php:82
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: src/Proxies/LegacyProxy.php:96