LLMS_Admin_Tool_Clear_Sessions::handle()

Process the tool.


Description Description

This method should do whatever the tool actually does.

By the time this tool is called a nonce and the user’s capabilities have already been checked.


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/admin/tools/class-llms-admin-tool-clear-sessions.php

	protected function handle() {

		do_action( 'llms_delete_expired_session_data', false );
		return true;

	}


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.