wp_audio_shortcode_library WordPress Filter Hook
The wp_audio_shortcode_library hook allows you to add your own custom audio shortcodes to Wordpress. This is useful if you want to add audio files to your posts and pages, without using a third-party service. You can add as many shortcodes as you like, and they will all be available in the Wordpress editor.
apply_filters( 'wp_audio_shortcode_library', string $library ) #
Filters the media library used for the audio shortcode.
Parameters
- $library
(string)Media library used for the audio shortcode.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |