LLMS_Admin_Tool_Recurring_Payment_Rescheduler::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.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/admin/tools/class-llms-admin-tool-recurring-payment-rescheduler.php

	protected function get_label() {
		return __( 'Reschedule Recurring Payments', 'lifterlms' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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