I need to parse a shortcode [ajaxdomainchecker].
I took action as below but it doesn't parse the shortcode, just shows a shortcode text.
(I tried the shortcode out of the acf field, it parses the shortcode.
$myvalue = get_field( "field_60f5d9a277654" ); echo do_shortcode($myvalue);
The problem: it doesn't directly parses the shortcode in an acf field.
The parsed code displays where the php code located.)
Would you please let me know how to parse the shortcode?
2. Added the following code in a single post page, but shows a shortcode text:
$post = get_post();
echo do_shortcode(get_post_meta($post->ID, 'testsc', $single = true));
3. Added the following code in a functions.php, but shows a shortcode text:
function my_acf_format_value( $value, $post_id, $field ) {
return do_shortcode( $value );
}
add_filter('acf/format_value/key=field_90f5c9a536352', 'my_acf_format_value', 10, 3);


echo do_shortcode('[ajaxdomainchecker]')in a regular file? likefront-page.php, could be that this shortcode doesn't even exist and thats why it returns the shortcode text - Buttered_Toastporbrfor every new line, instead try to set it tono formator use plain text field - Buttered_Toastnew lines, i could add a image if you want. if you still can't find it, try replacingtextareafield intotext- Buttered_Toast