apply_filters( “blog_option_{$option}”, string $value, int $id )

In this article

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

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

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

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