WP HOOKS
akcjaod 5.3.0

manage_sites_extra_tablenav

Args 1Plik wp-admin/includes/class-wp-ms-sites-list-table.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires immediately following the closing "actions" div in the tablenav for the MS sites list table.

Parametry

ParametrTypOpis
$whichstringThe location of the extra table nav markup: Either 'top' or 'bottom'.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'manage_sites_extra_tablenav', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii