Recent

wzpa_block_popular_authors_arguments filter

Filters arguments passed to wzpa_list_popular_authors for the block.

Type: filter
Since: 1.1.0
Source: includes/frontend/blocks/class-blocks.php line 141

Parameters

TypeNameDescription
array$argumentsArray of arguments.
array$attributesBlock attributes.

Usage

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