/** * Removes all items from the blocking-list. */ static function unblock_all() { self::$blocked = array(); }