wp content temalpate

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-01 11:05:22 +00:00
parent a7eddd44b2
commit a38626ba67
14 changed files with 3148 additions and 0 deletions

View File

@@ -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';