/** * Delete the template placeholder and help pages which were created from insert_site_pages. */ function delete_site_pages() { $pf = new PageFactory(); $pf->deleteTemplatePages(); $pf->deleteHelpPages(); }