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