do_action( "appthemes_after_{$type}respond" )
Called in comments-[custom-post-type].php after the comments respond 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_after_respond
.