wp content temalpate
This commit is contained in:
@@ -90,6 +90,10 @@ class Igny8Bridge {
|
||||
// Webhook logs (used in admin and frontend)
|
||||
require_once IGNY8_BRIDGE_PLUGIN_DIR . 'includes/class-igny8-webhook-logs.php';
|
||||
|
||||
// Template functions and loader (for frontend content display)
|
||||
require_once IGNY8_BRIDGE_PLUGIN_DIR . 'includes/template-functions.php';
|
||||
require_once IGNY8_BRIDGE_PLUGIN_DIR . 'includes/class-igny8-template-loader.php';
|
||||
|
||||
// Admin classes (only in admin)
|
||||
if (is_admin()) {
|
||||
require_once IGNY8_BRIDGE_PLUGIN_DIR . 'admin/class-admin.php';
|
||||
|
||||
Reference in New Issue
Block a user