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.


Top ↑

Source

File: wp-includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More