WP HOOKS
filtrod 3.0.0

enable_update_services_configuration

Args 1Plik wp-admin/options-writing.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to enable the Update Services section in the Writing settings screen.

Parametry

ParametrTypOpis
$enableboolWhether to enable the Update Services settings area. Default true.

Wywołanie

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

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

Popularne w tej kategorii