LLMS_Admin_Table::get_handler()
Retrieve a modified classname that can be passed via AJAX for new queries.
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
public function get_handler() {
return str_replace( 'LLMS_Table_', '', get_class( $this ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |