Skip to content

reference:U deletePage

Aaron Junker edited this page Apr 24, 2021 · 4 revisions

Function $U->deletePage(string $content, string $name):bool

Deletes a content page

Arguments

$content

Kind of the content.

$name

Name of the page to delete.

Return value

True if page got deleted. False if not.

Example

$U->deletePage("blog", "Test");
Clone this wiki locally