Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Purchase::get_action_label()publicWC 1.0

Action label.

Method of the class: Purchase{}

No Hooks.

Return

String.

Usage

$Purchase = new Purchase();
$Purchase->get_action_label();

Purchase::get_action_label() code WC 8.7.0

public function get_action_label() {
	return __( 'Purchase & install now', 'woocommerce' );
}