Learndash_Admin_Import_Posts::update_post_terms( int $post_id, array $terms )
Updates post’s terms.
Description #
Parameters #
- $post_id
-
(int) (Required) Post ID.
- $terms
-
(array) (Required) Term ids grouped by taxonomies.
Return #
(void)
Source #
File: sfwd-lms/includes/admin/classes-import-export/import/class-learndash-admin-import-posts.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |