_oembed_filter_feed_content

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Prepare the oembed HTML to be displayed in an RSS feed.

Syntax Syntax

_oembed_filter_feed_content( string $content )

Parameters Parameters

$content

(Required) The content to filter.

Return Return

(string) The filtered content.

Source Source

File: wp-includes/embed.php

/**
 * Prepare the oembed HTML to be displayed in an RSS feed.

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply