Astra_Breadcrumb_Schema::setup_schema()
Setup schema
Description
Source
File: inc/schema/class-astra-breadcrumb-schema.php
public function setup_schema() { add_action( 'wp', array( $this, 'disable_schema_before_title' ), 20 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.1.3 | Introduced. |