LegacyProxy::call_function( string $function_name, mixed $parameters )
Call a user function. This should be used to execute any non-idempotent function, especially those in the includes
directory or provided by WordPress.
Description Description
Parameters Parameters
- $function_name
-
(Required) The function to execute.
- $parameters
-
(Required) The parameters to pass to the function.
Return Return
(mixed) The result from the function.
Source Source
File: src/Proxies/LegacyProxy.php