dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Refactor of Integrations.php. Separated different functionality into trait...
Jake Vanderwerf
2026-07-12
c204185ae86a98994f80010abf35a190c9406739
[jakevan/jvb.git]
/
inc
/
managers
/
Dashboard
/
_setup.php
1
2
3
4
5
6
7
8
<?php
if (!defined('ABSPATH')) {
exit;
}
require_once JVB_DIR . '/inc/managers/Dashboard/DashboardManager.php';
require_once JVB_DIR . '/inc/managers/Dashboard/DashboardPage.php';
require_once JVB_DIR . '/inc/managers/Dashboard/Section.php';