Modifications to original plugin to deprecate this plugin.
-
Hi,
I recently came across your version of my contact details plugin, and have since made some adjustments to the original.
As of version 0.7.5 it is possible to add additional fields to the details list, so in your case, add the following to your functions.php file:
add_filter('contact_details', function($details) { $details['bank'] = array( 'label' => __('Bank'), 'input' => 'textarea' ); return $details; });
In terms of translating to Dutch, I have integrated internationalisation, allowing it to be fully translated into multiple languages.
If you wanted to help out and translate the plugin terms I can send you you .po file or a list of terms required.
Thanks.
https://www.ads-software.com/extend/plugins/contact/
https://www.ads-software.com/extend/plugins/contact-details-enhanced/
- The topic ‘Modifications to original plugin to deprecate this plugin.’ is closed to new replies.