Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
1.33k
stars
140
forks
source link
Change namespace prefix and add unique namespace to templates controllers #47
Closed
jedrzejchalubek closed 7 years ago
Theme main namespace needs to be changed to
Tonik\Theme
(there is still an easy way to change it with CLI).Top level template controllers need to receive their own namespaces so internal functions will be encapsulated and easy to reference.