Define namespace for a file This files namespace Calling a function in a namespace / a different namespace
Category: Namespace
Plugin namespace
Creating a plugin inside a namespace By using a namespace, everything inside the namespace does not need globally unique naming prefixes, solving clashing issues with other plugins, themes and wordpress itself. Using a namespace is much simpler than using a class for your plugin. Add all your php files to the namespace Add this to […]