LLMS_Helper_Options::set_last_keys_cron_check( int $time )

Set the last cron check time


Parameters Parameters

$time

(int) (Required) Timestamp.


Top ↑

Return Return

(boolean) True if option value has changed, false if not or if update failed.


Top ↑

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 );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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