<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase // must load first require_once SEEDPROD_PLUGIN_PATH . 'app/functions-utils.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/cpt.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/admin-bar-menu.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/class-seedprod-notifications.php'; // helper functions require_once SEEDPROD_PLUGIN_PATH . 'app/functions-inline-help.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-wpforms.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-rafflepress.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/render-lp.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/render-csp-mm.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/nestednavmenu.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/setup-wizard.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/backwards/backwards_compatibility.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/subscriber.php'; add_action( 'plugins_loaded', array( 'SeedProd_Lite_Render', 'get_instance' ) ); add_action( 'plugins_loaded', array( 'SeedProd_Notifications', 'get_instance' ) ); if ( is_admin() ) { // Admin Only require_once SEEDPROD_PLUGIN_PATH . 'app/settings.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/lpage.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/edit_with_seedprod.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/functions-addons.php'; if ( 'lite' == SEEDPROD_BUILD ) { require_once SEEDPROD_PLUGIN_PATH . 'app/class-seedprod-review.php'; } } // Load on Public and Admin require_once SEEDPROD_PLUGIN_PATH . 'app/license.php'; require_once SEEDPROD_PLUGIN_PATH . 'app/includes/upgrade.php';
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
backwards | Folder | 0777 |
|
|
includes | Folder | 0777 |
|
|
admin-bar-menu.php | File | 3.95 KB | 0644 |
|
bootstrap.php | File | 20.46 KB | 0644 |
|
class-seedprod-notifications.php | File | 9.63 KB | 0644 |
|
class-seedprod-review.php | File | 5.97 KB | 0644 |
|
cpt.php | File | 541 B | 0644 |
|
edit_with_seedprod.php | File | 21.33 KB | 0644 |
|
functions-addons.php | File | 14.32 KB | 0644 |
|
functions-inline-help.php | File | 5.3 KB | 0644 |
|
functions-rafflepress.php | File | 1.86 KB | 0644 |
|
functions-seedprod-gallery.php | File | 7 B | 0644 |
|
functions-utils.php | File | 254.24 KB | 0644 |
|
functions-wpforms.php | File | 1.6 KB | 0644 |
|
import-cross-site-functions.php | File | 3.2 KB | 0644 |
|
license.php | File | 5.33 KB | 0644 |
|
load_controller.php | File | 1.62 KB | 0644 |
|
lpage.php | File | 32.25 KB | 0644 |
|
nestednavmenu.php | File | 4.63 KB | 0644 |
|
render-csp-mm.php | File | 9.72 KB | 0644 |
|
render-lp.php | File | 1.15 KB | 0644 |
|
routes.php | File | 21.73 KB | 0644 |
|
settings.php | File | 4.9 KB | 0644 |
|
setup-wizard.php | File | 12.08 KB | 0644 |
|
subscriber.php | File | 2.58 KB | 0644 |
|
theme-templates.php | File | 38.5 KB | 0644 |
|