AMPFORWP_COMMENTS_PER_PAGE ,
'style' => 'li',
'type' => 'comment',
'max_depth' => 5,
'avatar_size' => 0,
'callback' => 'ampforwp_custom_translated_comment',
'reverse_top_level' => true //Show the latest comments at the top of the list
), $comments); ?>
- >
array(),
'AMP_Video_Sanitizer' => array(),
'AMP_Style_Sanitizer' => array() ) ) );
$sanitized_comment_content = $sanitizer->get_amp_content();
echo make_clickable( $sanitized_comment_content ); ?>
AMPFORWP_COMMENTS_PER_PAGE ,
'style' => 'li',
'type' => 'comment',
'max_depth' => 5,
'avatar_size' => 0,
'callback' => 'ampforwp_custom_translated_comment',
'reverse_top_level' => true //Show the latest comments at the top of the list
), $comments); ?>
add_query_arg( array('cpage' => '%#%', 'amp' => '1'), get_permalink() ), 'format' => '', 'total' => $max_page, 'echo' => false, 'add_fragment' => '#comments', ); if ( paginate_comments_links($args) ) { ?>