wp_embed_handler_youtube

wp_embed_handler_youtube

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_embed_handler_youtube') is found 1 times:

  • /wp-includes/embed.php line 258
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
         * @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_youtube', $embed, $attr, $url, $rawattr );
    }
     
    /**
     * Audio embed handler callback.
     *
     * @since 3.6.0