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

Backend Custom Fields For Forms Management System

外掛說明

This Plugin requires Forms Management System or Elegant Profile Builder.
We don’t give any support for this plugin here, if you need any help please feel free to contact us through our support page.

Backend Custom Fields For Forms Management System is a free add-on allows you to display & manage the custom fields at the backend with easiest way possible.

安裝方式

  1. Upload the entire backend-custom-fields folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Installation Instructions
  1. Upload the entire backend-custom-fields folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
Where Can I Get Support For This Plugin?

We don’t give any support to this plugin here, if you need any help please feel free to contact us through our support page.

Couldn’t Find The Custom Fields?

By default only the users that have administrator role can access and manage the custom fields, if you want to allow other user roles to access and manage the custom fields you can use bcf_access_roles filter to do that, for example:
//Allow the Editor role users to access & manage the custom fields.
add_filter( ‘bcf_access_roles’, ‘bcf_851_callback_function’ );
function bcf_851_callback_function( $roles ) {
$roles[] = ‘editor’;

    return $roles;
 }

使用者評論

2016 年 9 月 3 日
loved FMS loved the addon loved your support team good luck
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Backend Custom Fields For Forms Management System〉的開發相關工作。

參與者

變更記錄

1.0.2

  • Fix can’t attach a form to a user that don’t have one.

1.0.1

  • Fix issue with PHP7.

1.0

  • initial release