llms_update_400_clear_session_cron()
Clear cron hook used by the WP Session Manager library to cleanup expired sessions
Contents
Return Return
(void)
Source Source
File: includes/functions/updates/llms-functions-updates-400.php
function llms_update_400_clear_session_cron() { wp_clear_scheduled_hook( 'wp_session_garbage_collection' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |