oEmbed-API

(★ 55)

OBSOLETE: This feature is part of WordPress core since version 4.4

File Explorer

  • .editorconfig
  • .gitignore
  • .scrutinizer.yml
  • .travis.yml
  • composer.json
  • CONTRIBUTING.md
  • Gruntfile.js
  • license.txt
  • package.json
  • phpcs.ruleset.xml
  • phpunit.multisite.xml
  • phpunit.xml
  • README.md
  • wp-api-oembed.php

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

unset

View Details ▼

Remove shell variables or functions.

unset {{variable}}

Remove variable, or if the variable doesn't exist, remove the function of the same name:

unset -v {{variable1 variable2 ...}}

Remove variables:

unset -f {{function_name1 function_name2}}

Remove the function:

// repository documentation