Astra_WPHeader_Schema::wpheader_Schema( array $attr )

Update Schema markup attribute.


Description


Parameters

$attr

(array) (Required) An array of attributes.


Return

(array) Updated embed markup.


Source

File: inc/schema/class-astra-wpheader-schema.php

	public function wpheader_Schema( $attr ) {
		$attr['itemtype']  = 'https://schema.org/WPHeader';
		$attr['itemscope'] = 'itemscope';
		$attr['itemid']    = '#masthead';

		return $attr;
	}

User Contributed Notes

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