filtrod 6.9.0
block_bindings_supported_attributes
Opis — z kodu źródłowego
Filters the supported block attributes for block bindings.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$supported_block_attributes | string[] | The block's attributes that are supported by block bindings. |
$block_type | string | The block type whose attributes are being filtered. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'block_bindings_supported_attributes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'block_bindings_supported_attributes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii