HAL Site Core
HAL Site Core is Infrastructure-only WordPress Core Plugin
by hossamadellaw · github.com/hossamadellaw/hal-site-core · website
★ 0stars
5release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/hossamadellaw/hal-site-core/releases/download/v1.0.2/hal-site-core-1.0.2.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
HAL Site Core
Infrastructure-only WordPress core plugin for hossamadellaw.com — provides the shared infrastructure (module registry, assets/settings/i18n, security helpers, GitHub-based updates); every real feature lives as an isolated module inside it.
| | |
|---|---|
| Status | Approved architecture (v1.8) — v1.0.0 released; live-verified on WordPress 7.1 / PHP 8.3 |
| Version target | 1.0.0 |
| Requires | WordPress 6.5+ · PHP 8.0+ · Not Multisite |
| License | GPL-2.0-or-later |
Modules
| Module | Slug | Purpose |
|---|---|---|
| Responsive Table Scroll | table-scroll | Horizontally scrollable content tables (Gutenberg/Elementor/Spectra) + optional native Elementor widget. Zero extra HTTP requests. |
| Reading Time | reading-time | Automatic reading-time shortcode: [halsitecorereadingtime] or legacy [hossamreadingtime]. Fully translatable (six Arabic plural forms). |
Modules are enabled by default once registered; disabling is the explicit exception, managed from Settings → HAL Site Core.
Isolation guarantee
Any failure while booting a module — including a parse error in its own file (\ParseError is a \Throwable since PHP 7) — is caught, recorded as an admin notice naming
Read the full README on GitHub →