Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: add_site_option_{$option}

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1075            *
1076            * The dynamic portion of the hook name, `$option`, refers to the option name.
1077            *
1078            * @since 2.9.0 As "add_site_option_{$key}"
1079            * @since 3.0.0
1080            *
1081            * @param string $option Name of site option.
1082            * @param mixed  $value  Value of site option.
1083            */
1084           do_action( "add_site_option_{$option}", $option, $value );
1085
1086           /**
1087            * Fires after a site option has been successfully added.
1088            *
1089            * @since 3.0.0
1090            *
1091            * @param string $option Name of site option.
1092            * @param mixed  $value  Value of site option.
1093            */