Advertisement

wp_is_json_request

Checks whether current request is a JSON request, or is expecting a JSON response.

Advertisement

is_wp_error

Check whether variable is a WordPress Error.

wp_doing_cron

Determines whether the current request is a WordPress cron request.

wp_using_themes

Determines whether the current request should use themes.

wp_doing_ajax

Determines whether the current request is a WordPress Ajax request.

Advertisement

is_ssl

Determines if SSL is used.

wp_installing

Check or set whether WordPress is in “installation” mode.

Advertisement