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

Changelog

Changelog
Version Description
4.4.0 Introduced.


User Contributed Notes

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