Astra_Get_Single_Page::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/posttypes/blog/class-astra-get-single-page.php

	public function get_examples() {
		return array(
			'get single page settings',
			'show single page layout',
			'view page container layout',
			'display single page sidebar',
			'get page content width',
			'show single page container',
			'view page layout options',
			'display page sidebar style',
			'get page container style',
			'show page sidebar layout',
			'view single page style',
			'display page container',
			'get page layout configuration',
			'show single page options',
			'view page settings',
			'display page layout',
			'get single page configuration',
			'show page detail settings',
			'view individual page layout',
			'display page display configuration',
		);
	}

User Contributed Notes

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