Description
Deletes the specified blog option from the database.
Parameters
- $id
- (integer) (required) The id of the blog to delete from.
- Default: None
- $key
- (string) (required) The key of the blog option to be deleted.
- Default: None
Return Values
- (null)
Usage
<?php delete_blog_option($id, $key); ?>