Ignore repeater field, conditionally
-
I’m wondering if I can exclude a specific ACF repeater field from Yoast analysis, depending on whether a box is checked, this kind of logic:
Each repeater row has two sub fields, ‘yoast_ignore’ and ‘text’
if(get_sub_field('yoast_ignore')) { // yoast ignore 'text' in this repeater row }
Perhaps this can be achieved in a similar way to the blacklist filters on the plugin homepage? Any help appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Ignore repeater field, conditionally’ is closed to new replies.