Astra_Site_Navigation_Schema::setup_schema()
Setup schema
Description
Source
File: inc/schema/class-astra-site-navigation-schema.php
public function setup_schema() { if ( true !== $this->schema_enabled() ) { return false; } add_filter( 'astra_attr_site-navigation', array( $this, 'site_navigation_schema' ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.1.3 | Introduced. |