. */ $functions_dir = __DIR__ . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR; if ( is_admin() ) { include_once $functions_dir . '/admin-config.php'; } else { include_once $functions_dir . '/app-embed.php'; }