wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_audio_shortcode › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_audio_shortcode', $html, $atts, $audio, $post_id, $library )
Parameter: (5)
  • () html Audio shortcode HTML output.
    Erforderlich: Ja
  • () atts Array of audio shortcode attributes.
    Erforderlich: Ja
  • () audio Audio file.
    Erforderlich: Ja
  • () post_id Post ID.
    Erforderlich: Ja
  • () library Media library used for the audio shortcode.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the audio shortcode output.





Quellcode

return apply_filters( 'wp_audio_shortcode', $html, $atts, $audio, $post_id, $library );