wp embed provider match <url>

Gets the matching provider for a given URL

Arguments

NameDescription
urlURL to retrieve provider for

Options

NameDescription
--discoverWhether to use oEmbed discovery or not. Defaults to true
--limit-response-size <size>Limit the size of the resulting HTML when using discovery. Default 150 KB (the standard WordPress limit). Not compatible with ‘no-discover’
--link-type <json|xml>Whether to accept only a certain link type when using discovery. Defaults to any (json or xml), preferring json. Not compatible with ‘no-discover’