get_the_author_{$field}

get_the_author_{$field}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_the_author_{$field}') is found 1 times:

  • /wp-includes/author-template.php line 190
    	 * @param string    $value            The value of the metadata.
    	 * @param int       $user_id          The user ID for the value.
    	 * @param int|false $original_user_id The original user ID, as passed to the function.
    	 */
    	return apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id );
    }
    
    /**
     * Outputs the field from the user's DB object. Defaults to current post's author.
     *
     * @since 2.8.0