Learndash_Admin_Import_Taxonomies::update_old_id_meta( int $new_term_id, int $old_term_id )
Updates old term id meta. It is used later to assign post terms.
Description #
Parameters #
- $new_term_id
-
(int) (Required) New term ID.
- $old_term_id
-
(int) (Required) Old term ID.
Return #
(void)
Source #
File: sfwd-lms/includes/admin/classes-import-export/import/class-learndash-admin-import-taxonomies.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |