update_site_option

update_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('update_site_option') is found 1 times:

  • /wp-includes/option.php line 2451
    2447
    2448
    2449
    2450
    2451
    2452
    2453
    2454
    2455
    2456
    2457
             * @param mixed  $value      Current value of the network option.
             * @param mixed  $old_value  Old value of the network option.
             * @param int    $network_id ID of the network.
             */
            do_action( 'update_site_option', $option, $value, $old_value, $network_id );
     
            return true;
        }
     
        return false;
    }

See this hook used in plugins: