You appear to be a bot. Output may be restricted
Description
Perform the requested actionIn this first version only one action can be requested at a time
Usage
oik_clone_perform_actions();
Parameters
Returns
voidTO DO
In the future we might support bulk actions with array values being passedSource
File name: oik-clone/admin/oik-clone.phpLines:
1 to 4 of 4
function oik_clone_perform_actions() { oik_require( "admin/oik-clone-actions.php", "oik-clone" ); oik_clone_lazy_perform_actions(); }View on GitHub