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