Archive | Functions by letter u RSS feed for this section

url_to_postid

Examine a url and try to determine the post ID it represents.Checks are supposedly from the hosted site blog.

3271

Continue reading

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