Searched refs:existingPageID (Results 1 – 2 of 2) sorted by relevance
/plugin/siteexport/inc/ |
H A D | functions.php | 625 * @param existingPageID Array 627 public function getRelativeURL($replaceURL, $baseURL, $existingPageID = null) argument 687 "ExistingPageID" => $existingPageID, 695 if ( $isExternalPage && $existingPageID != null && !empty($offsiteTemplate)) { 697 $offsiteTemplate = str_replace('RAWID', $existingPageID, $offsiteTemplate); 700 $mapID = $this->getMapID($existingPageID, null, $check);
|
/plugin/siteexport/action/ |
H A D | ajax.php | 1116 private function __rebuildLink($DATA, $DEPTH = null, $existingPageID = null) { argument 1129 …rmediateURL = $this->functions->getRelativeURL($intermediateURL, $CURRENT_PARENT, $existingPageID);
|