Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCPaymentGateways::get_description
Return description used in the frontend.
Метод класса: ExportWCPaymentGateways{}
Хуков нет.
Возвращает
Строку.
Использование
$ExportWCPaymentGateways = new ExportWCPaymentGateways(); $ExportWCPaymentGateways->get_description();
Код ExportWCPaymentGateways::get_description() ExportWCPaymentGateways::get description WC 10.7.0
public function get_description() {
return __( 'Includes all settings in WooCommerce | Settings | Payments.', 'woocommerce' );
}