wpseek.com
A WordPress-centric search engine for devs and theme authors



site_option_{$option} › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( "site_option_{$option}", $value, $option, $network_id )
Parameters: (3)
  • () value Value of network option.
    Required: Yes
  • () option Option name.
    Required: Yes
  • () network_id ID of the network.
    Required: Yes
Defined at:
Codex:

Filters the value of an existing network option.

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




Source

return apply_filters( "site_option_{$option}", $value, $option, $network_id );