default_site_option_$option – filter
Filters the value of a specific default network option. The dynamic portion of the hook name, `$option`, refers to the option name.
Parameters
- .
- ( 3.4.0 ) . .
- The
- ( 4.4.0 ) `$option` parameter was added. . . .
- The
- ( 4.7.0 ) `$network_id` parameter was added. . . .
- ( mixed ) $default The value to return if the site option does not exist in the database. . . .
- $option
- ( string ) Option name. . . .
- ( int ) $network_id ID of the network. . . .