Archive by Author

wp_unschedule_event

Unschedule a previously scheduled cron job.The $timestamp and $hook parameters are required, so that the event can be identified.

4201

Continue reading

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