LLMS_Admin_Table::get_handler()

Retrieve a modified classname that can be passed via AJAX for new queries.


Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.table.php

	public function get_handler() {
		return str_replace( 'LLMS_Table_', '', get_class( $this ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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