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.
*/