Astra_Loop::template_parts_content_bottom()

Template part content bottom


Description


Return

(void)


Source

File: inc/class-astra-loop.php

		public function template_parts_content_bottom() {
			if ( is_archive() ) {
				astra_content_while_after();
			}
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.


User Contributed Notes

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