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>';
			}
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.

User Contributed Notes

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