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.


Top ↑

Return Return

(mixed) The result from the function.


Top ↑

Source Source

File: src/Proxies/LegacyProxy.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.