Opis
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.
Instalacja
- Upload the entire
backend-custom-fieldsfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins’ menu in WordPress
Najczęściej zadawane pytania
- Installation Instructions
-
- Upload the entire
backend-custom-fieldsfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins’ menu in WordPress
- Upload the entire
- 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_rolesfilter 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; }
Recenzje
Kontrybutorzy i deweloperzy
„Backend Custom Fields For Forms Management System” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Backend Custom Fields For Forms Management System” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
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