LLMS_Helper_Options::get_last_keys_cron_check()
Retrieve a timestamp for the last time the keys check cron was run
Return Return
(int)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-options.php
public function get_last_keys_cron_check() { return $this->get_option( 'last_keys_cron_check', 0 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |