the_comments_pagination

Advertisement

Summery Summery

Displays a paginated navigation to next/previous set of comments, when applicable.

Syntax Syntax

the_comments_pagination( array $args = array() )

Parameters Parameters

$args

(Optional) See get_the_comments_pagination() for available arguments.

Default value: array()

Source Source

File: wp-includes/link-template.php

		$args['type'] = 'plain';
	}

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply