Wp transient type (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help transient type

NAME

  wp transient type

DESCRIPTION

  Determines the type of transients implementation.

SYNOPSIS

  wp transient type 

  Indicates whether the transients API is using an object cache or the
  database.

  For a more complete explanation of the transient cache, including the
  network|site cache, please see docs for `wp transient`.

EXAMPLES

    $ wp transient type
    Transients are saved to the database.

See also