I’m generating content for the title attribute dynamically:
<div class="point_data">
<a href="#" title="<?php the_sub_field('points_description'); ?>"></a>
How to add the class .point-tooltip to each anchor link inside the .points_data div that has text on its title attribute (in other words, which is not empty)?
Use this:
If the title can be empty use this:
attribute-not-equal-selector: