force_ssl_admin() Determines whether to force SSL used for the Administration Screens.
wp_guess_url() Guesses the URL for the site.
wp_suspend_cache_addition() Temporarily suspends cache additions.
wp_suspend_cache_invalidation() Suspends cache invalidation.
is_main_site() Determines whether a site is the main site of the current network.
get_main_site_id() Gets the main site ID.
is_main_network() Determines whether a network is the main network of the Multisite installation.
get_main_network_id() Gets the main network ID.
is_site_meta_supported() Determines whether site meta is enabled.
wp_timezone_override_offset() Modifies gmt_offset for smart timezone handling.
_wp_timezone_choice_usort_callback() Sort-helper for timezones.
wp_timezone_choice() Gives a nicely-formatted list of timezone strings.
_cleanup_header_comment() Strips close comment and close php tags from file headers used by WP.
wp_scheduled_delete() Permanently deletes comments or posts of any type that have held a status
get_file_data() Retrieves metadata from a file.
__return_true() Returns true.
__return_false() Returns false.
__return_zero() Returns 0.
__return_empty_array() Returns an empty array.
__return_null() Returns null.
__return_empty_string() Returns an empty string.
send_nosniff_header() Sends a HTTP header to disable content type sniffing in browsers which support it.
_wp_mysql_week() Returns a MySQL expression for selecting the week number based on the start_of_week option.
wp_find_hierarchy_loop() Finds hierarchy loops using a callback function that maps object IDs to parent IDs.
wp_find_hierarchy_loop_tortoise_hare() Uses the "The Tortoise and the Hare" algorithm to detect loops.
send_frame_options_header() Sends a HTTP header to limit rendering of pages to same origin iframes.
wp_admin_headers() Sends a referrer policy header so referrers are not sent externally from administration screens.
wp_allowed_protocols() Retrieves a list of protocols to allow in HTML attributes.
wp_debug_backtrace_summary() Returns a comma-separated string or array of functions that have been called to get
_get_non_cached_ids() Retrieves IDs that are not already present in the cache.
_validate_cache_id() Checks whether the given cache ID is either an integer or an integer-like string.
_device_can_upload() Tests if the current device has the capability to upload files.
wp_is_stream() Tests if a given path is a stream URL
wp_checkdate() Tests if the supplied date is valid for the Gregorian calendar.
wp_auth_check_load() Loads the auth check for monitoring whether the user is still logged in.
wp_auth_check_html() Outputs the HTML that shows the wp-login dialog when the user is no longer logged in.
wp_auth_check() Checks whether a user is still logged in, for the heartbeat.
get_tag_regex() Returns RegEx body to liberally match an opening HTML tag.
is_utf8_charset() Indicates if a given slug for a character set represents the UTF-8
_canonical_charset() Retrieves a canonical form of the provided charset appropriate for passing to PHP
mbstring_binary_safe_encoding() Sets the mbstring internal encoding to a binary safe encoding when func_overload
reset_mbstring_encoding() Resets the mbstring internal encoding to a users previously set encoding.
wp_validate_boolean() Filters/validates a variable as a boolean.
wp_delete_file() Deletes a file.
wp_delete_file_from_directory() Deletes a file if its path is within the given directory.
wp_post_preview_js() Outputs a small JS snippet on preview tabs/windows to remove `window.name` when a user is navigating to another page.
mysql_to_rfc3339() Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601 (Y-m-d\TH:i:s).
wp_raise_memory_limit() Attempts to raise the PHP memory limit for memory intensive processes.
wp_generate_uuid4() Generates a random UUID (version 4).
wp_is_uuid() Validates that a UUID is valid.