Ajax in wp plugin

Опубликовано: 08 Июнь 2023
на канале: Programmers Blog System
32
1

Ajax in wp plugin

download and keep into wp-content/plugin and activate


we need 2 files
1. java script to post data to php file
2.php file to accept data and process it

plugin mae we need
add action wp_print_scripts
and include 2 files
url name is the_ajax_script.ajaxurl

we will create a page and call a function with ajax

in read_ajax_data we set ajax call
we are passing 2 data to add
and result we pass from php

on ajax call back
we parse json data and showing result

GitHub : https://github.com/amirul1000/ajax-in...


Смотрите видео Ajax in wp plugin онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programmers Blog System 08 Июнь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3 раз и оно понравилось людям.