Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Purchase::get_action_label()
Action label.
Method of the class: Purchase{}
No Hooks.
Return
String
.
Usage
$Purchase = new Purchase(); $Purchase->get_action_label();
Purchase::get_action_label() Purchase::get action label code WC 9.2.3
public function get_action_label() { return __( 'Purchase & install now', 'woocommerce' ); }