Astra_Meta_Boxes::get_content_style_options()
Description
Return
(array) The array of content layout options.
Source
File: inc/metabox/class-astra-meta-boxes.php
		public function get_content_style_options() {
			return array(
				'default' => __( 'Default', 'astra' ),
				'unboxed' => __( 'Unboxed', 'astra' ),
				'boxed'   => __( 'Boxed', 'astra' ),
			);
		}
			Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description | 
|---|---|
| 4.2.0 | Introduced. |