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


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.