Filter hook 'embed_cache_oembed_types'

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

Description

Filters the array of post types to cache oEmbed results for.

Occurrences

Filename Line Number
wp-includes/class-wp-embed.php 416

Parameters

Type Name Description
string[] $post_types Array of post type names to cache oEmbed results for. Defaults to post types with `show_ui` set to true.

PHP Doc

/**
		 * Filters the array of post types to cache oEmbed results for.
		 *
		 * @since 2.9.0
		 *
		 * @param string[] $post_types Array of post type names to cache oEmbed results for. Defaults to post types with `show_ui` set to true.
		 */