PHP Namespaces
A PHP feature for organizing code into logical groups preventing naming conflicts between packages.
How it works
A PHP feature for organizing code into logical groups preventing naming conflicts between packages.
In WordPress
Modern WordPress plugins should use namespaces. WP HealthKit Plugin Starter scaffolds proper namespace structure.
WP HealthKit checks for PHP Namespaces-related vulnerabilities automatically
Run a Free Audit