Files
igny8/igny8-wp-plugin-for-reference-olny/core/_README.php
2025-11-09 10:27:02 +00: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
*/