=added state schema.org class
1 files modified
1 files added
| | |
| | | { |
| | | $this->cache = Cache::for('blocks', WEEK_IN_SECONDS); |
| | | $this->cache->connect('post')->connect('taxonomy'); |
| | | $this->cache->flush(); |
| | | add_filter('render_block', [$this, 'render'], 900, 2); |
| | | |
| | | add_action('init', [$this, 'registerBlockStyles']); |
| New file |
| | |
| | | <?php |
| | | namespace JVBase\inc\managers\SEO\render\Thing\Place\AdministrativeArea; |
| | | |
| | | use JVBase\managers\SEO\render\Thing\Intangible\ContactPoint\PostalAddress; |
| | | use JVBase\managers\SEO\render\Thing\Place\AdministrativeArea\AdministrativeArea; |
| | | use JVBase\managers\SEO\render\Thing\Thing; |
| | | |
| | | if (!defined('ABSPATH')) { |
| | | exit; |
| | | } |
| | | /** Or Province **/ |
| | | class State extends AdministrativeArea { |
| | | |
| | | } |