Archive | /wp-includes/formatting.php RSS feed for this section

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

untrailingslashit

Removes trailing slash if it exists.The primary use of this is for paths and thus should be used for paths. It is not restricted to paths and offers no specific path support.

3147

Continue reading

translate_smiley

Convert one smiley code to the icon graphic file equivalent.Looks up one smiley code in the $wpsmiliestrans global array and returns an string for that smiley.

3085

Continue reading

trailingslashit

Appends a trailing slash.Will remove trailing slash if it exists already before adding a trailing slash. This prevents double slashing a string or path.

3079

Continue reading