astra_addon_get_blog_layout()

Get Astra blog layout design.


Description

Search / Blog.


Return

(string) $blog_layout.


Source

File: classes/helper-functions.php

function astra_addon_get_blog_layout() {
	return is_callable( 'astra_get_blog_layout' ) ? astra_get_blog_layout() : astra_get_option( 'blog-layout' );
}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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