Archive by Author

wp_unique_filename

Get a filename that is sanitized and unique for the given directory.If the filename is not unique, then a number will be added to the filename before the extension, and will continue adding numbers until the filename is unique.

4191

Continue reading

wp_trim_excerpt

Generates an excerpt from the content, if needed.The excerpt word amount will be 55 words and if the amount is greater than that, then the string ‘ […]’ will be appended to the excerpt. If the string is less than 55 words, then the content will be returned as is.

4189

Continue reading