Uses
| Uses | Description |
|---|---|
| wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |