akcjaod MU (3.0.0)
wpmublogsaction
Opis — z kodu źródłowego
Fires inside the auxiliary 'Actions' column of the Sites list table.
By default this column is hidden unless something is hooked to the action.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$blog_id | int | The site ID. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'wpmublogsaction', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'wpmublogsaction', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii