Cleanup
in package
Table of Contents
Methods
- purgeAll() : void
- Remove all plugin data (roles, CPT content, taxonomy terms, options).
- removeAllWebviepRoles() : void
- Remove all roles registered by the plugin.
- deleteContent() : void
- Delete all plugin-owned posts and CPT items.
- deleteOptions() : void
- Delete plugin options.
- deleteTaxonomies() : void
- Delete plugin taxonomy terms.
Methods
purgeAll()
Remove all plugin data (roles, CPT content, taxonomy terms, options).
public
static purgeAll() : void
removeAllWebviepRoles()
Remove all roles registered by the plugin.
public
static removeAllWebviepRoles() : void
deleteContent()
Delete all plugin-owned posts and CPT items.
private
static deleteContent() : void
deleteOptions()
Delete plugin options.
private
static deleteOptions() : void
deleteTaxonomies()
Delete plugin taxonomy terms.
private
static deleteTaxonomies() : void