Description
Update the 'archived' status of a particular blog.
Usage
<?php update_archived( $id, $archived ) ?>
Parameters
- $id
- (integer) (required) The blog id
- Default: None
- $archived
- (string) (required) The new status
- Default: None
Return Values
- (string)
- $archived
Examples
Notes
Change Log
Since: 3.0.0
Source File
update_archived() is located in wp-includes/ms-blogs.php
Related