dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Updating custom tables to utilize CustomTable.php
Jake Vanderwerf
2026-04-15
c4aa5cdb5e90ad4b420e22772797d16980232a2b
[jakevan/jvb.git]
/
inc
/
managers
/
SEO
/
render
/
Thing
/
Action
/
OrganizeAction.php
1
2
3
4
5
6
7
8
9
10
<?php
namespace JVBase\inc\managers\SEO\render\Thing\Action;
if (!defined('ABSPATH')) {
exit;
}
class OrganizeAction extends Action {
}