LLMS_Update::schedule_function( string $func, array $args = array() )

Schedules a function


Description Description


Parameters Parameters

$func

(Required) Function name / callable.

$args

(Optional) Array of arguments to pass to the function.

Default value: array()


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.update.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.32.0 Update to use latest action-scheduler functions.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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