dynamic_sidebar
dynamic_sidebar ( $index = 1 )
Parameters:- (int|string) index Optional. Index, name or ID of dynamic sidebar. Default 1.
Returns:- (bool) True, if widget sidebar was found and called. False if not found or not called.
Defined at: - Introduced in WordPress: 2.2.0
- Deprecated in WordPress: —
Description
Display dynamic sidebar.By default this displays the default sidebar or 'sidebar-1'. If your theme specifies the 'id' or
'name' parameter for its registered sidebars you can pass an ID or name as the $index parameter.
Otherwise, you can pass in a numerical index to display the sidebar at that index.