wpDiscuz 7 API Documentation

  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentation
  4. Filters
  5. wpdiscuz_avatar_trackback
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

wpdiscuz_avatar_trackback

This filter can be used for changing the URLs of the avatars for the trackback/pingback comments.

Changelog

Since 7.0.0 version

Parameters

$url (type: string) – the URL of the avatars for the trackback/pingback comments

Usage

add_filter("wpdiscuz_avatar_trackback", function ($url) {
    return "URL_FOR_TRACKBACK_AVATAR";
});

Was this article helpful to you? Yes No