WP Manifestindependent plugin directory
manifest / admin / contact-form-quick-edit

Contact Form Quick Edit

WordPress plugin for adding quick links to edit forms on a page. Currently support Contact-Form-7, additional support coming soon.

by Remon Pel · github.com/rmpel/contact-form-quick-edit · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/rmpel/contact-form-quick-edit/archive/refs/heads/master.zip

Readme

To install;

add repo to composer.json;

{
  "name": "namespace/your-project",
  "description": "Your awesome website!",
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    },
    {
      "type": "git",
      "url": "https://github.com/rmpel/contact-form-quick-edit.git"
    }
  ],
  ...
}

and require the plugin;

composer require rmpel/contact-form-quick-edit

Read the full README on GitHub →