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' ),
			);
		}

Changelog

Changelog
Version Description
4.2.0 Introduced.


User Contributed Notes

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