ASTRA_Ext_WooCommerce_Markup::render_checkout_step_two_title()

Render the checkout step two title for the selective refresh partial.


Description


Return

(string)


Source

File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php

		public function render_checkout_step_two_title() {
			return astra_get_option( 'two-step-checkout-modern-step-2-text' );
		}

Changelog

Changelog
Version Description
3.9.0 Introduced.

User Contributed Notes

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