Wp gf form list (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen

wp gf form list is an alias for wp gf form form_list. I find this alias much more intuitive than the actual command name, so on this wiki I only refer to the alias.

$ wp help gf form list

NAME

  wp gf form form_list

DESCRIPTION

  Lists the forms with entry count and view counts.

SYNOPSIS

  wp gf form form_list [--active] [--trash] [--sort_column=<sort_column>] [--sort_dir=<sort_dir>] [--format=<format>]

ALIAS

  list

Example

$ wp gf form form_list

+----+---------------------------+---------------------+-----------+-------------+------------+
| id | title                     | date_created        | is_active | entry_count | view_count |
+----+---------------------------+---------------------+-----------+-------------+------------+
| 1  | Contactformulier          | 2019-08-05 08:38:28 | 1         | 0           | 510        |
| 2  | Informatie formulier      | 2019-08-07 13:34:11 | 1         | 0           | 3956606    |
| 3  | Informatie formulier 2020 | 2020-12-23 09:01:02 | 1         | 0           | 493        |
+----+---------------------------+---------------------+-----------+-------------+------------+

See also