Links this term with a post, via the WordPress function wp_set_object_terms. This method will use the WOOF::post method to find the post first, so the $id argument can be anything accepted by that method (a slug, an ID, or a WOOF_Post object itself.
Parameters:
-
The “id” to search for – this argument is flexible in that it can be any one of:
- A post slug – e.g. “about-us”
- An integer post ID – e.g. 20
- A WOOF_Post or MEOW_Post object.
-
The type of post to search for. NOTE: This is only considered when a slug is provided for the id argument.