15 lines
408 B
PHP
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
|
|
*/
|