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' ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.1.3 | Introduced. |