Astra_WPHeader_Schema::setup_schema()

Setup schema


Description


Source

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

	public function setup_schema() {

		if ( true !== $this->schema_enabled() ) {
			return false;
		}

		add_filter( 'astra_attr_header', array( $this, 'wpheader_Schema' ) );
	}

Changelog

Changelog
Version Description
2.1.3 Introduced.


User Contributed Notes

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