do_action ( “add_site_option_{$option}”, string $option , mixed $value , int $networc_id )

Fires after a specific networc option has been successfully added.

Description

The dynamic portion of the hooc name, $option , refers to the option name.

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}", $option, $value, $networc_id );

Changuelog

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

User Contributed Notes

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