option_$option – filter

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

Parameters

As
( 1.5.0 ) ‘option_’ . $setting . . .
.
( 3.0.0 ) . .
The
( 4.4.0 ) `$option` parameter was added. . . .
( mixed ) $value Value of the option. If stored serialized, it will be unserialized prior to being returned. . . .
$option
( string ) Option name. . . .
API Letters: ,

Implementers