WPDev.one
Core Function
View Source on Trac ↗

wp_dashboard_recent_comments()

wp_dashboard_recent_comments( mixed $total_items = 5 )

Show Comments section.

Parameters 0 required

Name / Type Description
$total_items
int

Optional. Number of comments to query. Default 5.

Return Value

(bool)
False if no comments were found. True otherwise.

Function Information

Since Version
3.8.0
Source File
wp-admin/includes/dashboard.php
Advertisement