llms_update_400_clear_session_cron()

Clear cron hook used by the WP Session Manager library to cleanup expired sessions


Return Return

(void)


Top ↑

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

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.