Archive | Functions by letter w RSS feed for this section

wp_unique_term_slug

Will make slug unique, if it isn’t already.The $slug has to be unique global to every taxonomy, meaning that one taxonomy term can’t have a matching slug with another taxonomy term. Each slug has to be globally unique for every taxonomy.

4195

Continue reading

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