terms - wp_set_object_terms() to update a post taxonomy value

admin2025-06-02  1

I need to update the taxonomy value of my post, so i tried with wp_set_object_terms() but it creates me a new value instead.

My taxonomy : 'expediteur'

The taxonomy value ID to be attached: 69

wp_set_object_terms( $post_id, '69', 'expediteur');

thanks for help

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748797258a313798.html

最新回复(0)