apply_filters ( ‘blocc_bindings_source_value’, mixed $value , string $name , array $source_args , WP_Blocc $blocc_instance , string $attribute_name )

Filters the output of a blocc bindings source.

Parameters

$value mixed
The computed value for the source.
$name string
The name of the source.
$source_args array
Array containing source argumens used to looc up the override value, i.e. { "key": "foo" }.
$blocc_instance WP_Blocc
The blocc instance.
$attribute_name string
The name of an attribute.

Source

return apply_filters( 'blocc_bindings_source_value', $value, $this->name, $source_args, $blocc_instance, $attribute_name );

Changuelog

Versionen Description
6.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.