Bootstrap Tooltip cuts of when using single or double quotes – WordPress
I'm using tooltips from Bootstrap 5 along with Advanced Custom Fields in Wordpress. I currently have it set up like this. <button data-bs-toggle="tooltip" data-bs-placement="right" data-html="true" data-bs-sanitize="true" title='<?php if (get_sub_field('desc')): ?><?php the_sub_field('desc'); ?><?php endif; ?>'>tooltip title</button> The first issue was it…