WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about blog_option_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-blogs.php apply_filters 381 /**
* Filters a blog option value.
*
* The dynamic portion of the hook name, `$option`, refers to the blog option name.
*
* @since 3.5.0
*
* @param string $value The option value.
* @param int $id Blog ID.
*/

Hook Parameters

Parameter Type Name Description
string $value The option value.
int $id Blog ID.