Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_content()
Content.
Метод класса: WooCommercePayments{}
Хуков нет.
Возвращает
Строку
.
Использование
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_content();
Код WooCommercePayments::get_content() WooCommercePayments::get content WC 9.8.1
public function get_content() { return __( "You're only one step away from getting paid. Verify your business details to start managing transactions with WooPayments.", 'woocommerce' ); }