Astra_Customizer_Header_Sections_Partials::_render_below_header_section_2()
Render the Below Header Section 2 for the selective refresh partial.
Description
Source
File: addons/header-sections/classes/class-astra-customizer-header-sections-partials.php
public static function _render_below_header_section_2() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
return do_shortcode( astra_get_option( 'below-header-section-2-html' ) );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |