After spending some days and testing lots of solutions, at last I have solved the problem using wordpress audio php function directly in code instead of using shortcode and
do_shortcode()
function.
here you can find more detail and how to use it:
https://codex.wordpress.org/Function_Reference/wp_audio_shortcode
Related Posts:
- Is it mandatory to use $wpdb->prefix in custom tables
- Preferred way to include Advanced Custom Fields in a plugin?
- How to edit mySQL wp_posts table from plugin php?
- Creating table with plugin is not working
- Why my database table not created on activation?
- How to update an existing table while updating plugin?
- Storing product price data in the database
- Elementor custom Query with ACF fields to show matching woocommerce products custom fields
- How to Bind one post object Type with other postobject Type in Advanced Custom field [closed]
- Gutenberg table block with Bootstrap .table class
- dbDelta not installing database
- How do I validate extra pin field on my WordPress login form page?
- How to call function from another plugin?
- Why doesn’t my Table get created?
- Serial Number from custom table not appear in woocommerce_email_before_order_table action
- Attaching Image-file to userId
- ACF Field value in wordpress login message filter
- Dynamically modify content added to table via javascript
- User avatar-ACF fields
- Displaying settings information in a table
- Google does not index data from custom table used for a plugin
- Can I use an array to create multiple tables?
- Advanced Custom Fields conflicting with custom plugin when saving custom field
- Load images from CDN and custom features to “Add Media” dialogue
- Load js/css files only on specific admin UI pages
- Which action for triggering cron “wp”or “init”?
- WordPress and multithreading
- Nonce in settings API with tabbed navigation
- Add rewrite rule in plugin: with .htaccess in plugin folder or using WordPress functions
- Using preg_replace to clean widget output HTML
- Removing rules from .htaccess
- What is the best way to provide plugin users with a way to customized the styles
- Mapping multiple URLs to same page
- Add Products to Woocommerce through WP API
- How do I only load js on the post-new.php and post.php pages in admin?
- Check if on Custom Post Type for TinyMCE buttons
- Example of uninstaller routine to remove all custom theme options from wp_options
- Modifying values with add_action to be sent to db
- Options API – Validation Callback $input is NULL
- how to use preg_replace for wordpress video?
- Execution limit and Memory limit errors even i changed to 1024M and 600(cache.php,load.php)?
- Configuring WordPress Auth Cookie Expiration
- How to save WP widget instances and options
- Function Get User Object By Username?
- How to run an add_action hook for specific page
- How to use radio buttons in WordPress plugin options using register settings?
- Is it possible to use add_filter from a theme to alter a plugin’s function?
- SQL query for custom taxonomy slugs
- wp_insert_category() setting the ‘cat_ID’ gives not array error
- What should happen when a WordPress Plugin is activated across the network (Network Wide Activation)
- Send push when new post is published in a certain category
- How can we display product price $104 on the cart while the credit card payment method is checked?
- Translation per IP location [closed]
- Add a select option of shortcodes like dropdown in tinymce
- wp E-commerce featured product plugin with muliple option?
- How to Trigger WP CRON at Local Timestamp?
- Problem with saving checkbox values with WordPress Widget API
- How to Control CSS of Admin On Creating only a Specific Custom Post Type
- Force download file from plugin (change output http headers)
- How to get all product in the woo-commerce? [closed]
- Run JavaScript validation script on form submit in plugin
- Check user’s role and store in variable
- What’s the hook for filtering every texts of site?
- Google credentials and redirect URI for Google OAuth2 in a WordPress plugin, questions
- How to add plugin options in wp editor page
- Service Worker Uncaught (in promise) DOMException
- WordPress Plugin Boilerplate: Addition of 3rd party scripts and styles [closed]
- How to format custom fields when editing an attachment?
- Woocommerce – Provide Associated Category Link for Product List Plugin [closed]
- How can I call wp-load.php in my plugin file
- How to create new content type and flushes rewrite rules without visiting the permalinks page?
- Screenshots on plugin page taken old [closed]
- How do I duplicate a single post, with all its properties, and save it as a different post?
- Extract Information from post content (using regex?)
- Using jQuery prepend() with file include
- Customise Grouped Product display in Woocommerce with custom column
- How to Get Last ID?
- Ajax action has 200 status but response of No response data available for this request
- How to display specific data from a custom table to logged in users with a custom role
- Google Web Core Vitals – management, how to in wordpress and advice
- How to add quick edit on the list of users to edit custom fields?
- Hiding the WordPress login and password fields from login page
- Adding customs fields on each product on the cart
- Buddypress: adding a new tab direct user to their author page
- Why would one specify multiple arguments when using get_previous_posts_link() which takes only one parameter?
- Unit Testing action hook
- Integrate separate web app inside wordpress [closed]
- Add function to Dokan ajax class
- Plugin MySQL SELECT custom data and filter on user meta
- redux framework: add custom css to the output css
- Why Worpdress doesn’t create table in database?
- Form and database, plugin development
- How can I set a dynamic value for post_updated_messages based on return value of post_updated?
- Why if i enqueue the tinymce script i get undefined error
- How to show custom taxonomy child posts through shortcode in WordPress
- Very Quick Custom Pluggable Function Question
- Combo/Drop down box on plugin settings page that allows additional options to be added
- WordPress custom link with my plugin
- Loading all PHP files all the time or only when they needed in Custom Plugin Development [closed]
- Showing Home option in dropdown when there is no Home page exist