wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



embed_oembed_discover › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'embed_oembed_discover', true )
Parameter:
  • (bool) $enable Whether to enable `<link>` tag discovery. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to inspect the given URL for discoverable link tags.





Quellcode

$attr['discover'] = apply_filters( 'embed_oembed_discover', true );