Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,22 @@ labels:
color: bfe5bf
- name: wontfix
color: c2e0c6
- name: command:embed
color: c5def5
- name: command:embed-fetch
color: c5def5
- name: command:embed-provider
color: c5def5
- name: command:embed-provider-list
color: c5def5
- name: command:embed-provider-get
- name: command:embed-provider-match
color: c5def5
- name: command:embed-handler
color: c5def5
- name: command:embed-handler-list
color: c5def5
- name: command:embed-cache
color: c5def5
- name: command:embed-cache-clear
color: c5def5
- name: command:embed-cache-find
Expand Down
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ In raw mode, checks the providers directly and returns the data.



### wp embed provider

Retrieves oEmbed providers.

~~~
wp embed provider
~~~





### wp embed provider list

Lists all available oEmbed providers.
Expand Down Expand Up @@ -176,6 +188,18 @@ wp embed provider match <url> [--discover] [--limit-response-size=<size>] [--lin



### wp embed handler

Retrieves embed handlers.

~~~
wp embed handler
~~~





### wp embed handler list

Lists all available embed handlers.
Expand Down Expand Up @@ -227,6 +251,18 @@ These fields are optionally available:



### wp embed cache

Finds, triggers, and deletes oEmbed caches.

~~~
wp embed cache
~~~





### wp embed cache clear

Deletes all oEmbed caches for a given post.
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@
"commands": [
"embed",
"embed fetch",
"embed provider",
"embed provider list",
"embed provider match",
"embed handler",
"embed handler list",
"embed cache",
"embed cache clear",
"embed cache find",
"embed cache trigger"
Expand Down