From 72c0368cf0e1b3391880d7b8b157e9d49e7cb23c Mon Sep 17 00:00:00 2001 From: asus Date: Mon, 12 Feb 2024 09:50:19 +0100 Subject: [PATCH] added infos in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 392f615..a9ca085 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ - [wp ajax course](https://developer.wordpress.org/plugins/javascript/ajax/) - [examples from stackoverflow](https://stackoverflow.com/questions/43557755/how-to-call-ajax-in-wordpress) - using `admin_url('admin-ajax.php')` or `wp-utils` +- [wordpress apis](https://make.wordpress.org/core/handbook/best-practices/core-apis/)