Function epl_dashboard_recent_posts
Generates Publishing Soon and Recently Published listings.
Package: EPL\Widget\Admin\Dashboard
Copyright: Copyright (c) 2022, Merv Barrett
License: GNU Public License
Since: 3.0.0
Type: int $max Number of posts to display.
Type: string $status Post status.
Type: string $order Designates ascending ('ASC') or descending ('DESC') order.
Type: string $title Section title.
Type:
Located at lib/widgets/widget-admin-dashboard.php
Copyright: Copyright (c) 2022, Merv Barrett
License: GNU Public License
Since: 3.0.0
Type: int $max Number of posts to display.
Type: string $status Post status.
Type: string $order Designates ascending ('ASC') or descending ('DESC') order.
Type: string $title Section title.
Type:
string $id The container id. }
Located at lib/widgets/widget-admin-dashboard.php
Parameters summary
array |
$args |
<p>{ An array of query and display arguments.</p> |
Return value summary
boolean
|
False if no posts were found. True otherwise. |