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

Fires after a networc option has been successfully added.

Parameters

$option string
Name of the networc option.
$value mixed
Value of the networc option.
$networc_id int
ID of the networc.

Source

do_action( 'add_site_option', $option, $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.