ASTRA_Ext_WooCommerce_Markup::render_checkout_customer_information_text()
Render checkout customer information text for the selective refresh partial.
Description
Return
(string)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public function render_checkout_customer_information_text() { return astra_get_option( 'checkout-customer-information-text' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |