wp_doing_ajax()
wp-admin/admin-ajax.php
を処理中であれば TRUE
を返す。
参考:
wp_doing_ajax | WordPress 私的マニュアル
wp_doing_ajax() | WordPress Developer Resources [Official]
How to check if I am in admin-ajax.php? – WordPress Development Stack Exchange
Is Ajax in WordPress – Stack Overflow
DOING_AJAX
AJAX レスポンス中は TRUE
となる。
参考:
DOING_AJAX | WordPress 私的マニュアル
Is Ajax in WordPress – Stack Overflow
JSON レスポンスを返す
add_action
でアクションを登録する。
wp_ajax_ajax
wp_ajax_nopriv_ajax
参考:
WordPress で Ajax を利用する | バシャログ。
How to send AJAX request in WordPress | Codementor
WordPress Ajax Techniques – Stack Overflow
jQuery で処理する
参考:
How to Use Ajax in WordPress – a Real World Example | SitePoint
is_ajax / ajax_get_header
参考: