Astra_Get_Single_Post::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/posttypes/blog/class-astra-get-single-post.php
public function get_examples() {
return array(
'get single post settings',
'show single post layout',
'view post container layout',
'display single post sidebar',
'get post content width',
'show related posts settings',
'view single post configuration',
'display post layout options',
'get post sidebar style',
'show single post container',
'view post page settings',
'display related posts status',
'get single blog post settings',
'show post sidebar layout',
'view single post style',
'display post container style',
'get post layout configuration',
'show single post options',
'view blog post settings',
'display post page layout',
'get single entry settings',
'show post detail settings',
'view individual post layout',
'display single article settings',
'get post display configuration',
);
}
Expand full source code Collapse full source code View on Trac