Using PHP namespaces in your plugins.
If you enable the autoload option, your classes will be organized in the “php” directory, following the PSR-4 standard. You can also put php functions in inc/functions.php.
Using PHP namespaces in your plugins.
If you enable the autoload option, your classes will be organized in the “php” directory, following the PSR-4 standard. You can also put php functions in inc/functions.php.