944 B
944 B
WORDPRESS PLUGIN MODEL
- this project uses submodules recursively, so after cloning you need to do :
git submodule update --init --recursive
todo :
- ! make a class version of the plugin !
- read this guide to plugins development
- learning about the rest api
- ajax :
- using fetch ajax
- wp ajax course
- examples from stackoverflow
- using
admin_url('admin-ajax.php')orwp-utils
- wordpress apis