Updated May 21, 2025: Thank you for your patience while trails dried out.
Thanks your hard working volunteers.
//Adding shortcode to allow br tags in headlines and titles - insert [br] wherever you need one
function line_break_shortcode() {
return '
';
}
add_shortcode( 'br', 'line_break_shortcode' );
Updated May 21, 2025: Thank you for your patience while trails dried out.
Thanks your hard working volunteers.