Archive | Functions RSS feed for this section

url_is_accessable_via_ssl

Determines if the blog can be accessed over SSL.Determines if blog can be accessed over SSL by using cURL to access the site using the https in the siteurl. Requires cURL extension to work correctly.

3267

Continue reading

urlencode_deep

Navigates through an array and encodes the values to be used in a URL.Uses a callback to pass the value of the array back to the function as a string.

3265

Continue reading

upload_is_user_over_quota

Check whether a blog has used its allotted upload space.Used by get_dirsize() to get a directory’s size when it contains other directories.

3259

Continue reading