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