apply_filters( "blog_option_{$option}", string $value , int $id )
Filters a blog option value.
Description
The dynamic portion of the hook name, $option
, refers to the blog option name.
Parameters
- $value
-
The option value.
- $id
-
Blog ID.
Source
File: wp-includes/ms-blogs.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |