issues
search
sumitpore
/
mvc-plugin-boilerplate-for-wordpress
An MVC WordPress Plugin Boilerplate with clear separation of concerns. Will make your experience of creating a WordPress Plugin enjoyable!
178
stars
24
forks
source link
Add Support for Namespaces
#1
Closed
sumitpore
closed
5 years ago
sumitpore
commented
5 years ago
Change Long Class Names to Short by using Namespaces.
Replaced the usage of 'public' keyword with 'frontend' keyword because public is PHP's internal keyword and can not be used as a namespace