Astra_Loop::astra_templat_part_wrap_close()
Add closing wrapper div for ‘ast-row’ after Astra template part.
Description
Return
(void)
Source
File: inc/class-astra-loop.php
public function astra_templat_part_wrap_close() { if ( is_archive() || is_search() || is_home() ) { echo '</div>'; } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.2.7 | Introduced. |