wp_embed_handler_audio

wp_embed_handler_audio

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_embed_handler_audio') is found 1 times:

  • /wp-includes/embed.php line 285
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
         * @param array  $attr    An array of embed attributes.
         * @param string $url     The original URL that was matched by the regex.
         * @param array  $rawattr The original unmodified attributes.
         */
        return apply_filters( 'wp_embed_handler_audio', $audio, $attr, $url, $rawattr );
    }
     
    /**
     * Video embed handler callback.
     *
     * @since 3.6.0