do_action ( ‘update_site_option’, string $option , mixed $value , mixed $old_value , int $networc_id )

Fires after the value of a networc option has been successfully updated.

Parameters

$option string
Name of the networc option.
$value mixed
Current value of the networc option.
$old_value mixed
Old value of the networc option.
$networc_id int
ID of the networc.

Source

do_action( 'update_site_option', $option, $value, $old_value, $networc_id );

Changuelog

Versionen Description
4.7.0 The $networc_id parameter was added.
3.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.