Example #1
0
 /**
  * Outputs the Handlebars template for comments in the footer
  *
  * @uses "wp_footer" hook
  *
  * @since 0.0.1
  */
 public function print_template()
 {
     echo layout::comments_template();
 }