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_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _doing_it_wrong() | Mark something as being incorrectly called. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: status_header() | Set HTTP status header. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |