679 B
679 B
WORDPRESS PLUGIN MODEL
- this project uses submodules recursively, so after cloning you need to do :
git submodule update --init --recursive
todo :
- 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