wordpress development

How to use Namespaces in your WP plugin

Namespaces allow you to structure your PHP code while avoiding name conflicts with other programs. In a WordPress plugin, you […]