add_site_option

add_site_option

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('add_site_option') is found 1 times:

  • /wp-includes/option.php line 2215
    2211
    2212
    2213
    2214
    2215
    2216
    2217
    2218
    2219
    2220
    2221
             * @param string $option     Name of the network option.
             * @param mixed  $value      Value of the network option.
             * @param int    $network_id ID of the network.
             */
            do_action( 'add_site_option', $option, $value, $network_id );
     
            return true;
        }
     
        return false;
    }

See this hook used in plugins: