To overwrite wordpress audio you would use wp_audio_shortcode_override filter and then return your own output.
Is there a way to overwrite audio playlist?
[playlist ids="1268,1265,1196"]
To overwrite wordpress audio you would use wp_audio_shortcode_override filter and then return your own output.
Is there a way to overwrite audio playlist?
[playlist ids="1268,1265,1196"]
Share
Improve this question
asked May 12, 2020 at 19:24
ToniqToniq
4476 silver badges15 bronze badges
1 Answer
Reset to default 0Here is the shortcode you can use to override playlist shortcode I guess: wp_playlist_shortcode()
Link: https://developer.wordpress/reference/functions/wp_playlist_shortcode/