On this page
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
$valuestring-
The option value.
$idint-
Blog ID.
Source
File: wp-includes/ms-blogs.php. View all references
return apply_filters( "blog_option_{$option}", $value, $id );
Related
Used By
| Used By | Description |
|---|---|
| get_blog_option() wp-includes/ms-blogs.php | Retrieve option value for a given blog id based on name of option. |
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/blog_option_option