Recent

whergo_block_options filter

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

TypeNameDescription
array$argumentsWebberZone Followed Posts arguments.
array$attributesBlock attributes array.

Usage

add_filter( 'whergo_block_options', function($arguments, $attributes) {
    // ...
    return $arguments;
} );