Registro de Sidebars
Criação de Sidebars personalizadas para uso em Aparências -> Widgets e no front-end em ./core/config/sidebars.php
#
ParâmetrosParam | Tipo | Descrição | Obrigatório |
---|---|---|---|
$name | string | Padrão: $name | ✔ |
$id | bool | Padrão: $id | ✘ |
$description | string | Padrão: ' ' | ✘ |
$class | bool | Padrão: widget-$id | ✘ |
$before_widget | string | Padrão: <div id="%1$s" class="side-section %2$s"> | ✘ |
$after_widget | bool | Padrão: </div> | ✘ |
$before_title | string | Padrão: <h6 class='side-title'> | ✘ |
$after_title | bool | Padrão: </h6> | ✘ |
Somente o parâmetro name é obrigatório.