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.


Top ↑

Parameters

$value string
The option value.
$id int
Blog ID.

Top ↑

Source

File: wp-includes/ms-blogs.php. View all references

return apply_filters( "blog_option_{$option}", $value, $id );


Top ↑

Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.