wp-mvc
wp-mvc copied to clipboard
An MVC framework for WordPress
Hi there, I've update my wordpress installation from 6.4 to 6.5. We used to have links such as /product/anarchy that would redirect to /product/29-anarchy. Meaning we have configured our models...
Hi, what Is the best solution for integrate controllers and wpml? for example: domain.com/en/method-controller-add domain.com/fr/method-controller-add will it work?And could I use ICL_LANGUAGE_CODE in my controller and views, for manage translation?
Hi, is possible load model user in a controller for manage email first name e last name in a view '/my-account/'?
Hi, Im not sure if im doing the updates on an model correct. I saw in another issue an example, but it is not working and throws me an unknown...
Implement wp_nonce and wp_nonce checking on all admin submissions by default when form is created to prevent any possible funny business.
It would be great to have a filter bar to filter on various fields in the admin. This would make it much more useful for implementations with a lot of...
It would be _most_ welcome to begin creating unit tests, preferably phpunit that can be integrated to Travis or similar for continuous integration. As it stands now, we have to...
The ability to selectively add/remove columns using screen options from the admin would be useful.