开发者 |
pwps
nofearinc |
---|---|
更新时间 | 2024年2月22日 20:45 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.4.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Many other CRM's are hosted on the CRM company's servers, which requires you to maintain an active subscription in order to access YOUR data. WP-CRM System gives you control over your data by keeping it all contained on your WordPress CRM website. You own it all and no one can ever keep you from it - just like it should be. There are no expensive contracts required in order for you to access your customer's information.
Sure! We have a Client Area add-on, which lets you assign projects, tasks, campaigns, and even invoices (with our Invoicing add-on) to your contacts. When your contact logs into their account, they'll be able to see everything you're working on for them. If you need to show your contacts the data that you have on them for GDPR purposes, you will be able to use the GDPR settings to handle this without the need for any additional plugins.
Absolutely. There are inexpensive extensions that allow you to import as little or as much information as you need to into your WordPress CRM.
Your data is only accessible through the WordPress CRM dashboard. None of it will be accessible through the public facing portion of your website unless you are using our GDPR features (see above). This allows you to provide access to as few or as many people as you need to.
wp_crm_system_display_links
to allow for disabling phone number and email address links on the contact and organization tables.wpcrm_system_single_calendar_entry
to enable custom formatting of individual calendar entries.deactivate_plugins()
function was called too early causing errors in some cases.autocomplete="off"
HTML attribute. This prevents browsers from displaying an autocomplete window on top of the datepicker calendar view.wpcrm_system_create_contacts_email_key_status
, which can be used to change the post_status
value when searching for existing contacts by email address. Default value is publish
as this is the default post_status
value, which was used previously.wpcrm_system_menu_name
to allow for whitelabeling of WP-CRM System's menu name. This filter allows for changing the name in the left menu.wpcrm_system_menu_icon
to allow for changing the dashicon used in the menu next to WP-CRM System. By default the dashicon is dashicons-id
.