Astra_WPSideBar_Schema::wpsidebar_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-wpsidebar-schema.php

	public function wpsidebar_Schema( $attr ) {
		$attr['itemtype']  = 'https://schema.org/WPSideBar';
		$attr['itemscope'] = 'itemscope';

		return $attr;
	}

User Contributed Notes

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