blog_option_{$option}

Advertisement

Summery Summery

Filters a blog option value.

Syntax Syntax

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

Description Description

The dynamic portion of the hook name, $option, refers to the blog option name.

Parameters Parameters

$value

The option value.

$id

Blog ID.

Source Source

File: wp-includes/ms-blogs.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply