how to make it work on advanced custom field? filter? php?
-
i have this code to get a custom field with some text (name, surname, adress) + an email adress (i mean, it’s all mixed in one WYSIWYG field):
<?php if(get_field("info")): ?> <?php the_field("info"); ?> <?php endif; ?>
any idea how to edit the code to work with “email adress encoder” plugin?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how to make it work on advanced custom field? filter? php?’ is closed to new replies.