Recent

wzpa_block_popular_posts_arguments filter

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

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

Usage

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