Files
igny8/igny8-ai-seo-wp-plugin/core/_README.php
2025-11-11 21:16:37 +05:00

15 lines
408 B
PHP

<?php
/**
* ==============================
* 📁 Folder Scope Declaration
* ==============================
* Folder: /core/
* Purpose: Layout, init, DB, CRON - Core system functionality
* Rules:
* - Can be reused globally across all modules
* - Contains WordPress integration logic
* - Database operations and schema management
* - Admin interface and routing
* - CRON and automation systems
*/