In the WordPress backend, there is a global ajaxurl
variable defined by WordPress itself.
Whereas for the frontend, we have to define the variable by ourselves as it is not created by WP.
The function we use is called wp_localize_script
. It takes three arguments:
script-handler-name
, the registration handler of theajax-example.js
script.- A