Insert ACF as Function
-
Hi, hope you’re fine.
Could you help me how can I convert this to a function.
I need insert this custom field in Single product of woocommerce, but I would like to do it trhought functions.******
<?php $link = get_field( ‘link’ ); ?>
<?php if ( $link ) : ?>
“><?php echo esc_html( $link ); ?>
<?php endif; ?>******
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Insert ACF as Function’ is closed to new replies.