apply_filters( 'llms_delete_expired_session_data_recurrence', string $recurrence )

Filter the recurrence interval at which expired session are removed from the database.


Parameters Parameters

$recurrence

(string) Cron job recurrence interval. Must be valid interval as retrieved from wp_get_schedules(). Default is "hourly".


Top ↑

Source Source

File: includes/class.llms.install.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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