You are here

constant OEMBED_PATTERN_EMBED_SHORTCODE in oEmbed 8

Same name and namespace in other branches
  1. 7 oembed.filter.inc \OEMBED_PATTERN_EMBED_SHORTCODE
  2. 7.0 oembed.filter.inc \OEMBED_PATTERN_EMBED_SHORTCODE
1 use of OEMBED_PATTERN_EMBED_SHORTCODE
_oembed_field_extract_urls in ./oembed.filter.inc
Extract all URLs for oEmbed to process.

File

./oembed.filter.inc, line 9
Input filter that enhances oEmbed enabled URLs with extra content

Code

define('OEMBED_PATTERN_EMBED_SHORTCODE', '/(.?)\\[embed\\b(.*?)\\](.+?)\\[\\/embed\\](.?)/s');