LLMS_Admin_Tool_Clear_Sessions::get_text()
Retrieve the tool’s button text
Contents
Return Return
(string)
Source Source
File: includes/admin/tools/class-llms-admin-tool-clear-sessions.php
protected function get_text() {
return __( 'Clear All User Sessions', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |