ACCORDION_BUTTON_WRAPPER

When LiveWhale accordions are inserted or published, change the default h4 to another block-level HTML tag (div, h2, h3, h4, h5, h6)

Accepted values: div, h2, h3, h4, h5, h6

Context: Global (client/global.config.php)

When LiveWhale accordions are inserted or published, this configuration changes the default h4 in <h4 class=”lw_accordion_block_title”>…</h4> to another block-level HTML tag (div, h2, h3, h4, h5, h6):

$_LW->CONFIG['ACCORDION_BUTTON_WRAPPER'] = 'div';