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