Archive by Author

wp_text_diff

Displays a human readable HTML representation of the difference between two strings.The Diff is available for getting the changes between versions. The output is HTML, so the primary use is for displaying the changes. If the two strings are equivalent, then an empty string will be returned.

4163

Continue reading

wp_tempnam

Returns a filename of a Temporary unique file.Please note that the calling function must unlink() this itself.

4159

Continue reading

wp_tag_cloud

Display tag cloud.The text size is set by the ‘smallest’ and ‘largest’ arguments, which will use the ‘unit’ argument value for the CSS text size unit. The ‘format’ argument can be ‘flat’ (default), ‘list’, or ‘array’. The flat value for the ‘format’ argument will separate tags with spaces. The list value for the ‘format’ argument will format the tags in a UL HTML list. The array value for the ‘format’ argument will return in PHP array type format.

4155

Continue reading