wp-includes/embed.php:40Unregisters a previously-registered embed handler.
$idstring$priorityintoptional10function wp_embed_unregister_handler( $id, $priority = 10 ) { global $wp_embed; $wp_embed->unregister_handler( $id, $priority );}Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/embed.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.