oEmbed-API
OBSOLETE: This feature is part of WordPress core since version 4.4
File Explorer
- install-wp-tests.sh
- aliases.yaml
- checktextdomain.js
- makepot.js
- phpcpd.js
- phpcs.js
- phpmd.js
- phpunit.js
- watch.js
- class-wp-oembed-controller.php
- class-wp-rest-oembed-controller.php
- default-filters.php
- functions.php
- template.php
- oembed-api-ar.mo
- oembed-api-ar.po
- oembed-api-ary.mo
- oembed-api-ary.po
- oembed-api-da_DK.mo
- oembed-api-da_DK.po
- oembed-api-de_CH.mo
- oembed-api-de_CH.po
- oembed-api-de_DE.mo
- oembed-api-de_DE.po
- oembed-api-el.mo
- oembed-api-el.po
- oembed-api-en_AU.mo
- oembed-api-en_AU.po
- oembed-api-es_ES.mo
- oembed-api-es_ES.po
- oembed-api-fi.mo
- oembed-api-fi.po
- oembed-api-fr_FR.mo
- oembed-api-fr_FR.po
- oembed-api-he_IL.mo
- oembed-api-he_IL.po
- oembed-api-it_IT.mo
- oembed-api-it_IT.po
- oembed-api-ja.mo
- oembed-api-ja.po
- oembed-api.pot
- frontend.js
- tinymce-plugin.js
- bootstrap.php
- test-frontend.php
- test-headers.php
- test-plugin.php
- test-wp-oembed-controller.php
- test-wp-rest-oembed-controller.php
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
unset
View Details ▼
unset
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
Was this content helpful?
(0 ratings)
