355* is wrapped in list-item tags on output.356*357* @since 3.8.0358*359* @param string[]$itemsArray of extra 'At a Glance' widget items.360*/361$elements=apply_filters('dashboard_glance_items',array());362363if($elements){364echo'<li>'.implode("</li>\n<li>",$elements)."</li>\n";365}366367?>
History
Introduced in 3.8.0. Unchanged from 6.7.7 through 7.1.0.