734* @since 3.9.0735*736* @param int|string$index Index, name,orID of the dynamic sidebar.737* @param bool$has_widgets Whether the sidebar is populated with widgets.738*Defaulttrue.739*/740do_action('dynamic_sidebar_before',$index,true);741742if(!is_admin()&&!empty($sidebar['before_sidebar'])){743echo$sidebar['before_sidebar'];744}745746$did_one=false;
History
Introduced in 3.9.0. Unchanged from 6.7.7 through 7.1.0.