Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Breadcrumb_Schema / Astra_Breadcrumb_Schema::setup_schema()

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

Changelog
Version Description
2.1.3 Introduced.

User Contributed Notes

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