Astra_Loop::astra_templat_part_wrap_open()

Add wrapper div ‘ast-row’ for Astra template part.


Description


Return

(void)


Source

File: inc/class-astra-loop.php

		public function astra_templat_part_wrap_open() {
			if ( is_archive() || is_search() || is_home() ) {
				echo '<div class="ast-row">';
			}
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.

User Contributed Notes

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