Astra_Schema::schema_enabled()
Enabled schema
Description
Source
File: inc/schema/class-astra-schema.php
protected function schema_enabled() {
return apply_filters( 'astra_schema_enabled', true );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 2.1.3 | Introduced. |