dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Base Integrations mainly done - doing a test with setting up the Square in...
Jake Vanderwerf
2026-07-18
de317675a8069b747cb253ba3e2b5dc394ca36ef
[jakevan/jvb.git]
/
inc
/
managers
/
SEO
/
render
/
Thing
/
Organization
/
_setup.php
1
2
3
4
5
6
<?php
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Organization/Organization.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Organization/LocalBusiness/_setup.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Organization/OnlineBusiness.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Organization/PerformingGroup.php');