LLMS_Helper_Options::set_last_keys_cron_check( int $time )
Set the last cron check time
Parameters Parameters
- $time
-
(int) (Required) Timestamp.
Return Return
(boolean) True if option value has changed, false if not or if update failed.
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-options.php
public function set_last_keys_cron_check( $time ) { return $this->set_option( 'last_keys_cron_check', $time ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |