WP HOOKS
filtrod 3.0.0

all_plugins

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

Opis — z kodu źródłowego

Filters the full array of plugins to list in the Plugins list table.

Parametry

ParametrTypOpis
$all_pluginsarrayAn array of plugins to display in the list table.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'all_plugins', 'twoja_funkcja' );

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

Popularne w tej kategorii