apply_filters( 'load_default_embeds', bool $maybe_load_embeds )

Filters whether to load the default embed handlers.


Description

Returning a falsey value will prevent loading the default embed handlers.


Parameters

$maybe_load_embeds

(bool) Whether to load the embeds library. Default true.


Source

File: wp-includes/embed.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.