Astra_Loop::template_parts_content_top()

Template part content top


Description


Return

(void)


Source

File: inc/class-astra-loop.php

		public function template_parts_content_top() {
			if ( is_archive() ) {
				astra_content_while_before();
			}
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.


User Contributed Notes

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