$siteUpdate = new CSiteUpdate(); $siteUpdate->updatePageTitle("New Title");
$siteUpdate = new CSiteUpdate(); $siteUpdate->updatePageContent("New Content");
$siteUpdate = new CSiteUpdate(); $siteUpdate->updateMetaTags(["description" => "New Description"]);In terms of package library, CSite Update seems to be a standalone library rather than part of a larger package.