Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_action_label
Action label.
Method of the class: WooCommercePayments{}
No Hooks.
Returns
string.
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_action_label();
WooCommercePayments::get_action_label() WooCommercePayments::get action label code WC 11.0.1
public function get_action_label() {
return __( 'Finish setup', 'woocommerce' );
}