LLMS_Post_Model::set_terms( array $terms, string $tax, boolean $append = false )
Update terms for the post for a given taxonomy
Description Description
Parameters Parameters
- $terms
-
(Required) Array of terms (name or ids).
- $tax
-
(Required) The name of the tax.
- $append
-
(Optional) If true, will append the terms, false will replace existing terms. Default is
false
.Default value: false
Return Return
(bool)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |