Jake Vanderwerf
2026-05-12 56dabe84560927f59d64eb37a797ac1ae0a46b1b
=added state schema.org class
1 files modified
1 files added
15 ■■■■■ changed files
inc/blocks/CustomBlocks.php 1 ●●●● patch | view | raw | blame | history
inc/managers/SEO/render/Thing/Place/AdministrativeArea/State.php 14 ●●●●● patch | view | raw | blame | history
inc/blocks/CustomBlocks.php
@@ -19,6 +19,7 @@
    {
        $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']);
inc/managers/SEO/render/Thing/Place/AdministrativeArea/State.php
New file
@@ -0,0 +1,14 @@
<?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 {
}