Skip to content
Wbcom Designs Docs

Wbcom Designs Docs

Menu

Close
  • Home
  • Release notes
  • Home
  • Release notes

Audio Preview for WooCommerce

  • Introduction to Audio Preview for WooCommerce (2)
    • Audio Preview for WooCommerce Features Highlights
    • Audio Preview for WooCommerce Introduction
  • System Requirement (1)
    • System Requirement
  • Installation (1)
    • How to install the Audio Preview for WooCommerce plugin
  • Frontend View (1)
    • Front-End Display
  • Plugin Working (3)
    • Using CDN Services and Managing Audio Files
    • Getting Started With Audio Preview for WooCommerce
    • How to configure the settings?
  • Support (2)
    • What if I have a question?
    • What if I need more features?
  • FAQ's (4)
    • Can I change where the audio player appears?
    • How to Troubleshoot If Audio Isn’t Playing
    • Why isn’t my audio preview playing, and what should I check to fix it?
    • Is it possible to include multiple audios?

Can I change where the audio player appears?

Get Started

Yes, the player appears before the Add to Cart button by default. To change this:

// Remove default position
remove_action('woocommerce_before_add_to_cart_form', array($plugin_public, 'wcap_add_preview_field'), 0);

// Add to new position
add_action('woocommerce_after_single_product_summary', array($plugin_public, 'wcap_add_preview_field'), 15);
Last updated: June 20, 2025
Next How to Troubleshoot If Audio Isn’t Playing
Copyright © 2026 Wbcom Designs
Privacy Policy