You are here

constant OEMBED_PATTERN_EMBED_UNWRAP in oEmbed 7

Same name and namespace in other branches
  1. 8 oembed.filter.inc \OEMBED_PATTERN_EMBED_UNWRAP
  2. 7.0 oembed.filter.inc \OEMBED_PATTERN_EMBED_UNWRAP
1 use of OEMBED_PATTERN_EMBED_UNWRAP
oembed_filter_oembed_process in ./oembed.filter.inc
Implements hook_filter_FILTER_process().

File

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

Code

define('OEMBED_PATTERN_EMBED_UNWRAP', '/<p>\\s*+(\\[embed\\b.*?\\].+?\\[\\/embed\\])\\s*+<\\/p>/s');