wp embed handler <command>

Retrieves embed handlers.

In this article

Examples

# List id,regex,priority fields of available handlers.
$ wp embed handler list --fields=priority,id
+----------+-------------------+
| priority | id                |
+----------+-------------------+
| 10       | youtube_embed_url |
| 9999     | audio             |
| 9999     | video             |

Subcommands

NameDescription
wp embed handler list

Lists all available embed handlers.

Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.