Skip to content

Instantly share code, notes, and snippets.

@cesar
Last active June 16, 2020 14:55
Show Gist options
  • Save cesar/5bee349af410e005c53b0a9dab3ab9d8 to your computer and use it in GitHub Desktop.
Save cesar/5bee349af410e005c53b0a9dab3ab9d8 to your computer and use it in GitHub Desktop.
if (embedded) {
if (embedded['wp:featuredmedia']) {
if (embedded['wp.featuredmedia'][0]) {
...
}
}
}
// Usando lodash get
import get from 'lodash/get'
url = get(embedded, '[wp:featuredmedia'][0].media_details.sizes.medium_large.source_url', '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment