File: wp-includes/functions.php
-
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.