Control Helpful with ACF
-
I would like to specify Helpful Before voting, After voting, and Answer buttons via Advanced Custom Fields (ACF) – on the post level.
I am able to successfully change the Heading, Pro, and Contra outputs with the helpful.php file override.
Sample Code
<?php echo apply_filters( ‘helpful_headline_html’, ‘<div id=”wthf-title”>’ . get_field(‘poll_title’) . ‘</div>’ ); ?>Can I control the “After Voting” responses via ACF?
If so, please provide instructions/documentation – Thank you ??
helpful_exists
helpful_after_pro
helpful_after_contra
helpful_after_fallback
- The topic ‘Control Helpful with ACF’ is closed to new replies.