Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_title
Title.
Method of the class: WooCommercePayments{}
No Hooks.
Returns
String.
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_title();
WooCommercePayments::get_title() WooCommercePayments::get title code WC 10.5.0
public function get_title() {
/* translators: %s: Payment provider name. */
return sprintf( __( 'Get paid with %s', 'woocommerce' ), 'WooPayments' );
}