Project Type: WordPress Reference

wp language

Installs, activates, and manages language packs. Subcommands Command Description wp language core Installs, activates, and manages core language packs. wp language plugin Installs, activates, and manages plugin language packs. wp...

wp export

Exports WordPress content to a WXR file. Generates one or more WXR files containing authors, terms, posts, comments, and attachments. WXR files do not include site configuration (options) or the...

wp help

Gets help on WP-CLI, or on a specific command. Synopsis wp help [<command>...] Options [<command>...] : Get help on a specific command. Examples # get help for `core` command wp...

wp i18n

Provides internationalization tools for WordPress projects. Subcommands Command Description wp i18n make-json Extract JavaScript strings from PO files and add them to individual JSON files. wp i18n make-mo Create MO...

wp i18n make-json

Extract JavaScript strings from PO files and add them to individual JSON files. For JavaScript internationalization purposes, WordPress requires translations to be split up into one Jed-formatted JSON file per...

wp i18n make-mo

Create MO files from PO files. Synopsis wp i18n make-mo <source> [<destination>] Options <source> : Path to an existing PO file or a directory containing multiple PO files. [<destination>] :...

wp i18n make-php

Create PHP files from PO files. Synopsis wp i18n make-php <source> [<destination>] Options <source> : Path to an existing PO file or a directory containing multiple PO files. [<destination>] :...

wp i18n make-pot

Create a POT file for a WordPress project. Scans PHP, Blade-PHP and JavaScript files for translatable strings, as well as theme stylesheets and plugin files if the source directory is...

wp embed fetch

Attempts to convert a URL into embed HTML. In non-raw mode, starts by checking the URL against the regex of the registered embed handlers. If none of the regex matches...

wp embed handler

Retrieves embed handlers. Subcommands Command Description wp embed handler list Lists all available embed handlers. wp embed handler list Lists all available embed handlers. Synopsis wp embed handler list [--field=<field>]...

← Back to Chubes.net