AdminPageFrameworkLoader_Option::delete PHP 메소드

delete() 공개 메소드

Deletes the option from the database.
public delete ( )
    public function delete()
    {
        return $this->bIsNetworkAdmin ? delete_site_option($this->sOptionKey) : delete_option($this->sOptionKey);
    }