NO BUG: Custom taxonomy set in dynamic attribute title displays as link

Browser: Firefox 122.0.1 and Chrome 122.0.6261.94
OS: macOS 13.2.1
URL: LOCAL
Video: Jam
** Using ACPT 1.0.197

When adding custom taxonomy terms (added through ACPT) as a title attribute, the terms are being displayed as links in the list rather than as the title attribute. Whereas, when I select something like {post_title}, the links are correctly applied to the list items and the title attribute is set correctly.

Hi Keith,
This is the default behavior. However, you can use the :plain filter to remove the link:

Thank you for pointing me in the right direction.