Filter hook 'load_default_embeds'

in WP Core File wp-includes/embed.php at line 201

Description

Filters whether to load the default embed handlers. Returning a falsey value will prevent loading the default embed handlers.

Occurrences

Filename Line Number
wp-includes/embed.php 201

Parameters

Type Name Description
bool $maybe_load_embeds Whether to load the embeds library. Default true.

PHP Doc

/**
	 * Filters whether to load the default embed handlers.
	 *
	 * Returning a falsey value will prevent loading the default embed handlers.
	 *
	 * @since 2.9.0
	 *
	 * @param bool $maybe_load_embeds Whether to load the embeds library. Default true.
	 */