apply_filters( 'load_default_embeds', bool $maybe_load_embeds )

Filters whether to load the default embed handlers.


Description Description

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


Parameters Parameters

$maybe_load_embeds

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


Top ↑

Source Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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