llms_update_3280_clear_session_cleanup_cron()

Clear the unused cron lifterlms_cleanup_sessions


Return Return

(void)


Top ↑

Source Source

File: includes/functions/updates/llms-functions-updates-3280.php

function llms_update_3280_clear_session_cleanup_cron() {
	wp_clear_scheduled_hook( 'lifterlms_cleanup_sessions' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.28.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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