dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Refactor of CustomBlocks.php to move a majority of the logic to the pre_re...
Jake Vanderwerf
2026-05-15
894ec8a6f2ac62edbac7b3b6a88e3666f335c673
[jakevan/jvb.git]
/
inc
/
managers
/
SEO
/
render
/
Thing
/
Thing.php
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace JVBase\managers\SEO\render\Thing;
use JVBase\managers\SEO\render\Traits\ThingSchema;
if (!defined('ABSPATH')) {
exit;
}
class Thing {
use ThingSchema;
}