Sets mod transient.
Source
public function touch() {
return set_transient( $this->mod_name, time(), $this->lifetime );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
Sets mod transient.
public function touch() {
return set_transient( $this->mod_name, time(), $this->lifetime );
}
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.