LegacyProxy::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: src/Proxies/LegacyProxy.php:82

Used by 0 functions | Uses 0 functions

LegacyProxy::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: src/Proxies/LegacyProxy.php:96

Used by 0 functions | Uses 0 functions