File: wp-includes/functions.php
-
functionxmlrpc_removepostdata()
XMLRPC XML content without title and category elements.
-
functionnumber_format_i18n()
Converts float number to format based on the locale.
-
functionwp_extract_urls()
Uses RegEx to extract URLs from arbitrary content.
-
Filters the number formatted based on the locale.
-
functiondo_enclose()
Checks content for video and audio links to add as enclosures.
-
functionsize_format()
Converts a number of bytes to the largest unit the bytes will fit into.
-
functionwp_get_http_headers()
Retrieves HTTP Headers from URL.
-
functionget_weekstartend()
Gets the week start and end from the datetime or date string from MySQL.
-
functionis_new_day()
Determines whether the publish date of the current post in the loop is different from the publish date of the previous post in the loop.
-
functionmaybe_unserialize()
Unserializes data only if it was serialized.
-
functionmysql2date()
Converts given MySQL date string into a different format.
-
functioncurrent_time()
Retrieves the current time based on specified type.
-
functionget_dirsize()
Gets the size of a directory.
-
functionrecurse_dirsize()
Gets the size of a directory recursively.