Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Schema / Astra_Schema::__construct()

Astra_Schema::__construct()

Constructor


Description


Source

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

	public function __construct() {
		$this->include_schemas();

		add_action( 'wp', array( $this, 'setup_schema' ) );
	}

Expand full source code Collapse full source code View on Trac


Related

Uses

Uses
Uses Description
inc/schema/class-astra-schema.php: Astra_Schema::include_schemas()

Include schema files.


User Contributed Notes

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