Я пытаюсь добавить поле acf href на шорткод.
Это 1 код
<?php global $post;
if( get_field('url',$taxonomy . '_' . $termId) ): ?>
<?php
$taxonomy = get_query_var('taxonomy');
$termId = get_queried_object()->term_id;
the_field('url', $taxonomy . '_' . $termId);
?>id2=<?php echo $current_user_id = get_current_user_id(); ?>
<?php endif; ?>
Шорткод.
<?php echo do_shortcode('[mycred_link href="the_1_code_inside_here"]View portfolio[/mycred_link]'); ?>