Astra_Meta_Boxes::get_page_bg_toggle_options()
Get Page Background Toggle Options.
Description
Source
File: inc/metabox/class-astra-meta-boxes.php
		public function get_page_bg_toggle_options() {
			return array(
				'default' => __( 'Inherit', 'astra' ),
				'enabled' => __( 'Enabled', 'astra' ),
			);
		}
			Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description | 
|---|---|
| 4.4.0 | Introduced. |