Lines:
1 to 21 of 21
<?php // (C) Copyright Bobbing Wide 2015, 2019 /* class OIK_clone_taxonomies */ /* function OIK_clone_taxonomies::__construct() – Constructor for OIK_clone_taxonomies */ /* function OIK_clone_taxonomies::init() – Initialise/reinitialise the public variables */ /* function OIK_clone_taxonomies::set_taxonomy() – Set the taxonomy being processed */ /* function OIK_clone_taxonomies::get_terms() – Get the terms for the specified source post */ /* function OIK_clone_taxonomies::build_source_tree() – Build the source tree for the selected terms */ /* function OIK_clone_taxonomies::get_term_hierarchy() – Build the term hierarchy for child terms */ /* function OIK_clone_taxonomies::receive_source_tree() – Get the source tree from the request */ /* function OIK_clone_taxonomies::get_target_tree() – Load the complete target taxonomy structure */ /* function OIK_clone_taxonomies::get_target_terms() – Get the target terms */ /* function OIK_clone_taxonomies::get_source_terms() – Get the terms in JSON form */ /* function OIK_clone_taxonomies::update_target_tree() – Update the target tree structure for any new terms */ /* function OIK_clone_taxonomies::create_target_tree() – Create the target tree */ /* function OIK_clone_taxonomies::find_term_in_parent() – */ /* function OIK_clone_taxonomies::build_ancestry() – Build the ancestry for the term */ /* function OIK_clone_taxonomies::get_keyed_array() – Return a keyed array of objects using a unique ( we hope ) key name */ /* function OIK_clone_taxonomies::create_term() – Create the term for the taxonomy */ /* function OIK_clone_taxonomies::add_target_tree_term() – Add the new term to the target tree */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
