這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Contact Form 7 – Show Page

描述

You don’t need this plugin but hey, you might need this to quickly check where the contact forms are used. If you have good memory then you will good without it. But there is chance to forget it right?

So here below are the scenarios where you will find this plugin helpful:
1. You have multiple contact forms used in various pages and posts or may be used in widgets. To edit the one you like meaning find it first. This plugin will help you showing the post/page name with a link to view or edit that post or page. For the widget case, it will tell you whether the current form is used in the widget or not.
2. This is quite useful in this condition. Lets say you are a developer and you’ve come across the site where there are multiple contact forms. You might have to clean it up. This plugin will help you find and know if the contact form is used or not, meaning you are on your own far from the fear of mistakenly deleting the used one forms.

By default this plugin only supports the search in default post types (post/page). But you can extend the search in custom post types of your own further by using a quick filter hook like below:

function extend_posttype_support ( $support ) {
    return array( 'book', 'movie' );
}
add_filter( 'wpcf7sp_support_posttypes', 'extend_posttype_support' );

Usages

Backend

1. After installing the plugin, you will find a CF7 Show pages menu under each contact form edit page.
2. No settings, just view where the form is used. It wil list the name of post, pages in the table with a link to view and edit.
3. For other custom post types, filter is provided.<h3>Notes</h3>

1. Contact Form 7 must be activated.

螢幕截圖

  • Overview

安裝

  1. In your admin panel, go to Appearance > Plugins and click the Add New button.
  2. Click Upload Theme and Choose File, then select the theme’s .zip file. Click Install Now.
  3. Click Activate to use your new theme right away.

常見問題

Do I have to activate contact form 7 plugin?

Yes, this plugin is the extension to the famous Contact Form 7 plugin and thus Contact Form 7 is must.

評價

2018年5月24日
This plugin is great! We are migrating away from Contact Form 7, and this has been a lifesaver for replacing all existing forms.
閱讀全部3個評價

貢獻者及開發者

“Contact Form 7 – Show Page” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Contact Form 7 – Show Page 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.3 Dec 4 2018

  • Upgrade: Search on Custom HTML widget too.
  • Refactor code
  • Add TGM Plugin Activation PHP library

1.0.2

  • Add message when post types or widgets do not use the Contact Form.

1.0.1

  • Extend plugin to search in widgets too but works only on Text Widget for now.
  • Remove default private post types.
  • Improve filter by checking for string and array only.

1.0

  • Initial Release