Control loading of comments on the post and term edit pages.
- Source:
Methods
-
<static> get(total, num)
-
Fetch comments using AJAX and display them in the box.
Parameters:
Name Type Description total
int Total number of comments for this post. num
int Optional. Number of comments to fetch, defaults to 20. - Source:
Returns:
Always returns false.- Type
- boolean
-
<static> load(total)
-
Load the next batch of comments.
Parameters:
Name Type Description total
int Total number of comments to load. - Source: