Astra_Related_Posts_Markup::astra_related_posts_markup()

Enable/Disable Single Post -> Related Posts section.


Description


Return

(void)


Source

File: inc/modules/related-posts/class-astra-related-posts-markup.php

	public function astra_related_posts_markup() {
		if ( astra_target_rules_for_related_posts() ) {
			$this->astra_get_related_posts();
		}
	}

Changelog

Changelog
Version Description
3.5.0 Introduced.


User Contributed Notes

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