3 | | Looking at the PR, it does not appear to be correct (as demonstrated by the failing unit tests), because the third parameter of `wp_set_post_terms()` is the taxonomy name, not the post type. Looking further, the post type does not seem relevant at all, since the underlying `wp_set_object_terms()` does not use it, only the post ID. |
| 3 | Looking at the PR, it does not appear to be correct (as demonstrated by the failing unit tests), because the third parameter of `wp_set_post_terms()` is the taxonomy name, not the post type. Looking further, the post type does not seem relevant at all, since the underlying `wp_set_object_terms()` function does not use it, only the post ID. |