362* is wrapped in list-item tags on output.363*364* @since 3.8.0365*366* @param string[]$itemsArray of extra 'At a Glance' widget items.367*/368$elements=apply_filters('dashboard_glance_items',array());369370if($elements){371echo'<li>'.implode("</li>\n<li>",$elements)."</li>\n";372}373374?>
History
Introduced in 3.8.0. Unchanged from 6.7.7 through 7.1.0.