author.php
Functionality to support author information display.
Tags
Table of Contents
Functions
- filter_author_interests() : array<string|int, mixed>
- Filter the author interests.
Functions
filter_author_interests()
Filter the author interests.
filter_author_interests(array<string|int, mixed> $qv, array<string|int, mixed> $attributes) : array<string|int, mixed>
Filter on 'featured' posts to limit to the author.
Parameters
- $qv : array<string|int, mixed>
-
The WP_Query args.
- $attributes : array<string|int, mixed>
-
The Generateblock Query Loop block attributes.
Tags
Return values
array<string|int, mixed> —The (maybe) modified query arguments.