astra_get_blog_layout()
Get Astra blog layout design.
Description
Search / Blog.
Return
(string) $blog_layout.
Source
File: inc/extras.php
function astra_get_blog_layout() { return ( is_search() && '' !== astra_get_option( 'ast-search-results-style' ) ) ? astra_get_option( 'ast-search-results-style' ) : astra_get_option( 'blog-layout' ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |