filtrod 6.9.0
block_core_social_link_get_services
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
| Parametr | Typ | Opis |
|---|---|---|
$services_data | array | The 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
}
// 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