Create a WordPress Plugin with WP AJAX and VueJS

Create a WordPress Plugin with WP AJAX and VueJS

Plugin Goal We will create a WordPress plugin that uses VueJS on the frontend and communicates with the backend using WP AJAX. This example is structured and uses object-oriented PHP. File Structure my-vue-ajax-plugin/ ├── my-vue-ajax-plugin.php ├── includes/...