do_action( "appthemes_list_{$type}pings" )
Called in comments-[custom-post-type].php in the ol block.
Package
Contents
Description Description
The dynamic portion of the hook name, $type
, refers to the name of the post type. Default hook name is appthemes_list_pings
.