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