Astra_Ext_Transparent_Header_Markup::add_options( array $meta_option )

Add Meta Options


Description


Parameters

$meta_option

(array) (Required) Page Meta.


Return

(array)


Source

File: inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php

		public function add_options( $meta_option ) {

			$meta_option['theme-transparent-header-meta'] = array(
				'sanitize' => 'FILTER_DEFAULT',
			);

			return $meta_option;
		}

User Contributed Notes

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