Wp plugin path (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help plugin path

NAME

  wp plugin path

DESCRIPTION

  Gets the path to a plugin or to the plugin directory.

SYNOPSIS

  wp plugin path [<plugin>] [--dir]

OPTIONS

  [<plugin>]
    The plugin to get the path to. If not set, will return the path to the
    plugins directory.

  [--dir]
    If set, get the path to the closest parent directory, instead of the
    plugin file.

EXAMPLES

    $ cd $(wp plugin path) && pwd
    /var/www/wordpress/wp-content/plugins