217 | | * @type string $name The name or title of the sidebar displayed in the Widgets |
218 | | * interface. Default 'Sidebar $instance'. |
219 | | * @type string $id The unique identifier by which the sidebar will be called. |
220 | | * Default 'sidebar-$instance'. |
221 | | * @type string $description Description of the sidebar, displayed in the Widgets interface. |
222 | | * Default empty string. |
223 | | * @type string $class Extra CSS class to assign to the sidebar in the Widgets interface. |
224 | | * Default empty. |
225 | | * @type string $before_widget HTML content to prepend to each widget's HTML output when |
226 | | * assigned to this sidebar. Default is an opening list item element. |
227 | | * @type string $after_widget HTML content to append to each widget's HTML output when |
228 | | * assigned to this sidebar. Default is a closing list item element. |
229 | | * @type string $before_title HTML content to prepend to the sidebar title when displayed. |
230 | | * Default is an opening h2 element. |
231 | | * @type string $after_title HTML content to append to the sidebar title when displayed. |
232 | | * Default is a closing h2 element. |
| 217 | * @type string $name The name or title of the sidebar displayed in the Widgets |
| 218 | * interface. Default 'Sidebar $instance'. |
| 219 | * @type string $id The unique identifier by which the sidebar will be called. |
| 220 | * Default 'sidebar-$instance'. |
| 221 | * @type string $description Description of the sidebar, displayed in the Widgets interface. |
| 222 | * Default is an empty string. |
| 223 | * @type string $class Extra CSS class to assign to the sidebar in the Widgets interface. |
| 224 | * Default is an empty string. |
| 225 | * @type string $before_widget HTML content to prepend to each widget's HTML output when |
| 226 | * assigned to this sidebar. Default is an opening list item element. |
| 227 | * @type string $after_widget HTML content to append to each widget's HTML output when |
| 228 | * assigned to this sidebar. Default is a closing list item element. |
| 229 | * @type string $before_title HTML content to prepend to the sidebar title when displayed. |
| 230 | * Default is an opening h2 element. |
| 231 | * @type string $after_title HTML content to append to the sidebar title when displayed. |
| 232 | * Default is a closing h2 element. |
| 233 | * @type string $before_sidebar HTML content to prepend to the sidebar. |
| 234 | * Outputs after the dynamic_sidebar_before action. |
| 235 | * Default is an empty string. |
| 236 | * @type string $after_sidebar HTML content to append to the sidebar when displayed. |
| 237 | * Outputs before the dynamic_sidebar_after action. |
| 238 | * Default is an empty string. |