WP HOOKS
filtrod 6.9.0

block_core_social_link_get_services

Args 1Plik wp-includes/blocks/social-link.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filter the list of available social service.

This can be used to change icons or add custom icons (additionally to variations in the editor). Icons should be directly renderable - therefore SVGs work best.

Parametry

ParametrTypOpis
$services_dataarrayThe list of services. Each item is an array containing a 'name' and 'icon' key.

Wywołanie

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

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

Popularne w tej kategorii