site_option_$option – filter

Filters the value of an existing network option. The dynamic portion of the hook name, `$option`, refers to the option name.

Parameters

As
( 2.9.0 ) ‘site_option_’ . $key . . .
.
( 3.0.0 ) . .
The
( 4.4.0 ) `$option` parameter was added. . . .
The
( 4.7.0 ) `$network_id` parameter was added. . . .
( mixed ) $value Value of network option. . . .
$option
( string ) Option name. . . .
( int ) $network_id ID of the network. . . .
API Letters: ,,

Implementers