Astra_WPSideBar_Schema::setup_schema()

Setup schema


Description


Source

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

	public function setup_schema() {

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

		add_filter( 'astra_attr_sidebar', array( $this, 'wpsidebar_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.