Recent

wherego_author filter

wherego_author

Filter the text with the author details.

Type: filter
Since: 2.0.0
Source: includes/frontend/class-display.php line 469

Parameters

TypeNameDescription
string$wherego_authorFormatted string with author details and link
object$author_infoWP_User object of the post author
object$resultObject of the current post result
array$argsArray of arguments

Usage

add_filter( 'wherego_author', function($wherego_author, $author_info, $result, $args) {
    // ...
    return $wherego_author;
} );