Filters the unique term slug.
$slugstring$termobject$original_slugstringwp-includes/taxonomy.php:3213wp_unique_term_slug() * @since 4.3.0 * * @param string $slug Unique term slug. * @param object $term Term object. * @param string $original_slug Slug originally passed to the function for testing. */ return apply_filters( 'wp_unique_term_slug', $slug, $term, $original_slug );} /** * Updates term based on arguments provided. * * The `$args` will indiscriminately override all values with the same field name.Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.