_jsonp_wp_die_handler() Kills WordPress execution and displays JSONP response with an error message.
_xmlrpc_wp_die_handler() Kills WordPress execution and displays XML response with an error message.
_xml_wp_die_handler() Kills WordPress execution and displays XML response with an error message.
_scalar_wp_die_handler() Kills WordPress execution and displays an error message.
_wp_die_process_input() Processes arguments passed to wp_die() consistently for its handlers.
wp_json_encode() Encodes a variable into JSON, with some confidence checks.
_wp_json_sanity_check() Performs confidence checks on data that shall be encoded to JSON.
_wp_json_convert_string() Converts a string to UTF-8, so that it can be safely encoded to JSON.
_wp_json_prepare_data() Prepares response data to be serialized to JSON.
wp_send_json() Sends a JSON response back to an Ajax request.
wp_send_json_success() Sends a JSON response back to an Ajax request, indicating success.
wp_send_json_error() Sends a JSON response back to an Ajax request, indicating failure.
wp_check_jsonp_callback() Checks that a JSONP callback is a valid JavaScript callback name.
wp_json_file_decode() Reads and decodes a JSON file.
_config_wp_home() Retrieves the WordPress home page URL.
_config_wp_siteurl() Retrieves the WordPress site URL.
_delete_option_fresh_site() Deletes the fresh site option.
_mce_set_direction() Sets the localized direction for MCE plugin.
wp_is_serving_rest_request() Determines whether WordPress is currently serving a REST API request.
smilies_init() Converts smiley code to the icon graphic file equivalent.
wp_parse_args() Merges user defined arguments into defaults array.
wp_parse_list() Converts a comma- or space-separated list of scalar values to an array.
wp_parse_id_list() Cleans up an array, comma- or space-separated list of IDs.
wp_parse_slug_list() Cleans up an array, comma- or space-separated list of slugs.
wp_array_slice_assoc() Extracts a slice of an array, given a list of keys.
wp_recursive_ksort() Sorts the keys of an array alphabetically.
_wp_array_get() Accesses an array in depth based on a path of keys.
_wp_array_set() Sets an array in depth based on a path of keys.
_wp_to_kebab_case() This function is trying to replicate what
wp_is_numeric_array() Determines if the variable is a numeric-indexed array.
wp_filter_object_list() Filters a list of objects, based on a set of key => value arguments.
wp_list_filter() Filters a list of objects, based on a set of key => value arguments.
wp_list_pluck() Plucks a certain field out of each object or array in an array.
wp_list_sort() Sorts an array of objects or arrays based on one or more orderby arguments.
wp_maybe_load_widgets() Determines if Widgets library should be loaded.
wp_widgets_add_menu() Appends the Widgets menu to the themes main menu.
wp_ob_end_flush_all() Flushes all output buffers for PHP 5.2.
dead_db() Loads custom DB error or display WordPress DB error.
_deprecated_function() Marks a function as deprecated and inform when it has been used.
_deprecated_constructor() Marks a constructor as deprecated and informs when it has been used.
_deprecated_class() Marks a class as deprecated and informs when it has been used.
_deprecated_file() Marks a file as deprecated and inform when it has been used.
_deprecated_argument() Marks a function argument as deprecated and inform when it has been used.
_deprecated_hook() Marks a deprecated action or filter hook as deprecated and throws a notice.
_doing_it_wrong() Marks something as being incorrectly called.
wp_trigger_error() Generates a user-level error/warning/notice/deprecation message.
is_lighttpd_before_150() Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
apache_mod_loaded() Determines whether the specified module exist in the Apache config.
iis7_supports_permalinks() Checks if IIS 7+ supports pretty permalinks.
validate_file() Validates a file name and path against an allowed set of rules.