mvc-plugin-boilerplate-for-wordpress
mvc-plugin-boilerplate-for-wordpress copied to clipboard
An MVC WordPress Plugin Boilerplate with clear separation of concerns. Will make your experience of creating a WordPress Plugin enjoyable!
Results
1
mvc-plugin-boilerplate-for-wordpress issues
Sort by
recently updated
recently updated
newest added
while expecting to have two separate calls toward frontends `dashboard` and `loggin` when visiting `https://domain/dashboard/` called log `register_hook` called and **second** other function on dashboard controller called! ``` $router ->register_route_of_type(ROUTE_TYPE::LATE_FRONTEND_WITH_POSSIBLE_AJAX)...