Fires after an object's terms have been set.
$object_idint$termsarray$tt_idsarray$taxonomystring$appendbool$old_tt_idsarraywp-includes/taxonomy.php:2955wp_set_object_terms() * @param array $terms An array of object term IDs or slugs. * @param array $tt_ids An array of term taxonomy IDs. * @param string $taxonomy Taxonomy slug. * @param bool $append Whether to append new terms to the old terms. * @param array $old_tt_ids Old array of term taxonomy IDs. */ do_action( 'set_object_terms', $object_id, $terms, $tt_ids, $taxonomy, $append, $old_tt_ids ); return $tt_ids;} /** * Adds term(s) associated with a given object.Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.