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();
}
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |