whergo_block_options
Filters arguments passed to get_wfp for the block.
Type: filter
Since: 3.1.0
Source: includes/frontend/blocks/class-blocks.php line 79
Parameters
| Type | Name | Description |
|---|---|---|
array | $arguments | WebberZone Followed Posts arguments. |
array | $attributes | Block attributes array. |
Usage
add_filter( 'whergo_block_options', function($arguments, $attributes) {
// ...
return $arguments;
} );