Lines:
1 to 32 of 32
<?php // (C) Copyright Bobbing Wide 2015, 2019 oik_require( "admin/class-oik-clone-tree-node.php", "oik-clone" ); /* class OIK_clone_tree */ /* function OIK_clone_tree::__construct() – Initialise the class */ /* function OIK_clone_tree::add_filters() – Add required filters */ /* function OIK_clone_tree::build_tree() – Build the tree */ /* function OIK_clone_tree::add_node() – Add a node to the ‘tree’ */ /* function OIK_clone_tree::next_node() – Process the next node in the tree */ /* function OIK_clone_tree::next_unhandled_node() – Return the next unhandled / unkeyed node */ /* function OIK_clone_tree::add_handled_node() – */ /* function OIK_clone_tree::is_handled_node() – Test if node has been handled */ /* function OIK_clone_tree::maybe_reprocess_node */ /* function OIK_clone_tree::is_thumbnail_cloned */ /* function OIK_clone_tree::add_reprocess_node() – Add a node to the reprocess list */ /* function OIK_clone_tree::is_reprocess_node() – Check if the node is in the reprocess list */ /* function OIK_clone_tree::build_parent_tree() – Build the parent tree */ /* function OIK_clone_tree::build_child_tree() – Build the child tree */ /* function OIK_clone_tree::build_formal_relationships() – Build the formal relationships for this node */ /* function OIK_clone_tree::display() – Display the tree of nodes */ /* function OIK_clone_tree::display_nodes() – Display the clone tree */ /* function OIK_clone_tree::display_ordered() – Display the clone tree ordered by sequence they should be cloned */ /* function OIK_clone_tree::order_nodes() – Sort nodes by their relative positions */ /* function OIK_clone_tree::get_targets() – Determine the targets for cloning */ /* function OIK_clone_tree::clone_these() – Clone the selected post IDs */ /* function OIK_clone_tree::reclone_these */ /* function OIK_clone_tree::maybe_clone */ /* function OIK_clone_tree::get_atts() – Return the value of an atts field */
Called by
Invoked by
Call hooks
API Letters: