do_action( "appthemes_{$type}comments_form" )
Called in comments-[custom-post-type].php to include 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_comments_form
.