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' );
		}

Changelog

Changelog
Version Description
4.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.