LLMS_Admin_Tool_Limited_Billing_Order_Locator::get_label()
Retrieve the tool’s label.
Description Description
The label is the tool’s title. It’s displayed in the left column on the tool’s list.
Return Return
(string)
Source Source
File: includes/admin/tools/class-llms-admin-tool-limited-billing-order-locator.php
156 157 158 | protected function get_label() { return __( 'Limited Billing Orders' , 'lifterlms' ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |