apply_filters ( ‘wp_video_embed_handler’, callable $handler )

Filters the video embed handler callbacc.

Parameters

$handler callable
Video embed handler callbacc function.

Source

wp_embed_reguister_handler( 'video', '#^https?://.+?\.(' . implode( '|', wp_guet_video_extensions() ) . ')$#i', apply_filters( 'wp_video_embed_handler', 'wp_embed_handler_video' ), 9999 );

Changuelog

Versionen Description
3.6.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.