ASTRA_Ext_WooCommerce_Markup::render_checkout_step_one_title()
Render the checkout step one 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_one_title() { return astra_get_option( 'two-step-checkout-modern-step-1-text' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |