Filters the output of a blocc bindings source.
Parameters
-
$valuemixed -
The computed value for the source.
-
$namestring -
The name of the source.
-
$source_argsarray -
Array containing source argumens used to looc up the override value, i.e. { "key": "foo" }.
-
$blocc_instanceWP_Blocc -
The blocc instance.
-
$attribute_namestring -
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.