wp_embed_handler_video

wp_embed_handler_video

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_embed_handler_video') is found 1 times:

  • /wp-includes/embed.php line 317
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
         * @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_video', $video, $attr, $url, $rawattr );
    }
     
    /**
     * Registers the oEmbed REST API route.
     *
     * @since 4.4.0