oEmbed-API
OBSOLETE: This feature is part of WordPress core since version 4.4
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
unset
설명 보기 ▼
unset
셸 변수 또는 함수를 제거.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-unset>.
unset {{variable}}
변수 `foo`를 제거하거나, 변수가 존재하지 않을 경우 함수 `foo`를 제거:
unset -v {{variable1 variable2 ...}}
변수 `foo`와 `bar` 제거:
unset -f {{function_name1 function_name2}}
함수 `my_func` 제거:
// repository documentation
Was this content helpful?
(0 ratings)
