Replace following line
$result .= 'echo do_shortcode('. get_term_meta($term_id, 'audioreco_64856', true) .')';
with
$result .= do_shortcode(''. get_term_meta($term_id, 'audioreco_64856', true) .'');
Echo the result of function
<p><?php echo first_audio(); ?></p>
Related Posts:
- Call a custom field in an audio shortcode?
- explode array within shortcode
- Change behavior of “Insert into Post” based on attachment metadata
- Add new “Insert Into Post” button with another function
- wp_editor in add_meta_boxes does not show gallery
- Custom field for default gallery
- Execute/Parse Shortcode in Native WordPress Custom Field Value Field
- Create WordPress shortcode with php code inside
- Display WP-Types custom fields in post [closed]
- Should custom meta boxes be able to output shortcodes the same as WordPress’ native post editor?
- Shortcode To Display Post Custom Field Value Inside Excerpt
- modify wordpress caption shortcode
- How to create a shortcode to print specific values stored in a post meta array?
- Insert a custom field into a shortcode and use it in post(s)
- Custom wysiwyg editor doesn’t execute shortcodes?
- Custom Field 101
- shortcode in a custom metabox
- Can data from a Custom Field data be used by a shortcode on a per page/post basis?
- Shortcode To Display Post Custom Field Value in Post Title, Post Content
- custom field (video/audio url) and embed functionality
- IF Custom field value equals ZERO
- Display MP3 as media using an URL from a custom field
- Using a custom field inside a shortocde
- Adding simple (one button) Audio player using Custom Fields?
- Enable a short code in the custom meta field
- do_shortcode close
- Plugin or shortcode for ISBN number?
- How to pass custom field value to shortcode?
- Replacing custom field with shortcode
- Shortcode for Custom Field of Media Attachment (to use with Featured Images)
- Is it possible to add Term Meta Fields to a WooCommerce Attribute?
- how can i show WordPress custom field data to my short code?
- meta_query to check all custom fields
- Search fails when using the radio buttons
- Create Shortcode shows only posts with custom_field meta
- Output Custom Field value to shortcode
- PHP and Shortcode Combination
- Stop truncation of shortcodes in custom text fields?
- Retrieving Advanced Custom Field within Shortcode Function [closed]
- Using ACF Custom Field value in a URL with do_shortcode() [closed]
- Running a Gallery Shortcode in a Custom Fields Widget
- Custom field in a shortcode?
- Display meta data from a custom field within plugin Category Grid View Gallery
- Insert wp gallery shortcode into custom textarea
- Displaying shortcode content inside custom field without images
- Parse Shortcodes in Theme’s Custom Field?
- Insert shortcode before and after a list automatically
- Retrieving custom field as shortcode
- Custom fields doesnt work well with any postTAB plugin
- How to include custom field in shortcode (do_shortcode) in theme file
- Shortcode not picking up custom field
- Add a Jquery Datepicker to custom field in post edit
- Does wordpress have something like content-type?
- Order Posts by Closest Numeric Values
- Create additional short URL with custom field and 301 redirect
- Create custom field on post draft or publish?
- get_post_meta fields don’t show up on posts page
- Using custom fields in a filter hook
- Function to change meta value in database for each post
- Include woocommerce custom field value in front-end search result
- WP_Meta_Query causing long-running MySQL queries
- How to validate custom field on lost password form before the user id field?
- MySQL Query that looks for post with Custom Field, then changes Category
- WPML & CFT: keeping custom field file to translation
- How to make condition, based on custom fields value?
- How do I Implement Atomic Update of Post Metadata?
- Custom fields value
- How do I have WP_Query match posts based on search parameter OR meta fields? (rather than search parameters AND meta fields)?
- Making audio playlist by getting page’s parent’s ID
- Want to make A CSS if meta key value is empty
- More efficient to add content to custom fields or the content area?
- Outputing a metabox textarea and avoid line breaks inside li tags
- how to display an excerpt of the latest post on the homepage?
- How to add a custom field to a post created programmatically?
- Custom post type missing custom fields
- Problem with saving large amount of data in postmeta/usermeta
- How to get posts with a metadata numeric key greater than X?
- “Matching” or “Linking” Two WordPress Pages: Custom Fields?
- Add custom attributes to a post
- Meta_query ‘compare’ => ‘LIKE’ not working?
- Get text from user and display it on page
- shorthand syntax for custom fields
- If metabox has content display content
- Custom meta boxes not saving
- Listing the most popular 8 city (custom fields) as used in posts
- How to delete file uploaded by Plupload
- Display Meta Data with HTML?
- Displaying custom field meta within WP_query loop
- Order by custom date field
- Meta field bulk editing no longer working in WP 6.0 [closed]
- Custom Field: how to save array of multiple key-values in WordPress
- Delete user meta but only if found in array
- Show Custom Taxonomy as Headline for related posts
- Saved Post Meta Array Returns as String
- display Flexible Fields from options
- list pages by custom_field?
- Get custom field from page, in a post?
- Make Custom Fields Public in JSON – API
- Advenced custom fields auto fill problem
- Truncating characters in Advanced Custom Fields works some places but not others?