wzpa_block_popular_posts_arguments
Filters arguments passed to wzpa_display_top_posts_by_author for the block.
Type: filter
Since: 1.3.0
Source: includes/frontend/blocks/class-blocks.php line 200
Parameters
| Type | Name | Description |
|---|---|---|
array | $arguments | Array of arguments. |
array | $attributes | Block attributes. |
Usage
add_filter( 'wzpa_block_popular_posts_arguments', function($arguments, $attributes) {
// ...
return $arguments;
} );