Linux 软件免费装

Bisteinoff Global Contact Manager

开发者 bisteinoff
更新时间 2025年12月8日 23:02
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPL2

标签

shortcodes email telegram whatsapp phone

下载

2.7.2 2.11 2.11.1 3.0 3.0.1 2.8 2.8.1 1.0 2.7 2.8.2 2.9 2.10

详情介绍:

A simple, powerful way to manage all your website's contact details from one place. Add phone numbers, emails, addresses, WhatsApp and Telegram links, then insert them anywhere using shortcodes. Update a contact once in the settings panel and it updates instantly across your entire site. Shortcode Reference New Shortcode Format (Recommended): Starting with version 3.0, we recommend using the new shortcode format: Phone number Legacy Shortcode Format (Still Supported): The old shortcode format continues to work for backward compatibility: Phone number

安装:

  1. Upload db-website-settings folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to Contact Manager in the admin menu to add your contact information
  4. Use shortcodes anywhere in your content to display contact details

常见问题:

Why is it useful for my website?

You can use shortcodes for phone number, WhatsApp, Telegram, e-mail and address, and insert them where needed. If once you need to change them, they will be changed automatically everywhere, where you had inserted them using the shortcodes.

Can I set several phone numbers or e-mails?

Yes, you can add as many contacts as you need. For the 2nd contact of the same type and further, a number will be added automatically. For example, [bisteinoff_phone2] or [bisteinoff_phone2_link]. You do not have to worry about the way how the shortcodes are formed. You will find them on the Settings page where you add the contacts.

Can I show phone number, e-mail, WhatsApp and Telegram as a link?

Yes, you should use the corresponding shortcode with _link suffix. You will easily understand which one. To the right of each shortcode on the settings page you will see an example of how it will appear on your pages.

What happens when I update to version 3.0?

For regular users: Nothing changes! The plugin will automatically migrate all your settings. All your existing shortcodes continue to work exactly as before. For developers with custom integrations: Version 3.0 introduces a complete code refactoring with modern PHP classes and namespaces. If you have custom code that references this plugin's classes or methods, please review the migration information below.

Migration to v.3.0 - Information for Developers

If you have custom code that integrates with this plugin, please note these changes: Checking for deprecation notices: All deprecated elements will trigger _doing_it_wrong() notices when WP_DEBUG is enabled: define('WP_DEBUG', true); Recommended shortcode format:

  • New format: [bisteinoff_phone], [bisteinoff_email_link], [bisteinoff_whatsapp2_href]
  • Old format (still works): [db-phone], [db-email-link], [db-whatsapp2-href] Note: We recommend updating to the new format. Legacy shortcodes will continue to work at least until February 16, 2027.
Changed option storage:
  • Old: Multiple separate options (db_settings_phone_0, db_settings_email_0, etc.)
  • New: Single option bisteinoff_plugin_contact_data with structured array Note: Options are migrated automatically. Old option names are removed from the database after successful migration.
Changed constants:
  • DB_WEBSITE_SETTINGS_PLUGIN_VERSIONBISTEINOFF_PLUGIN_CONTACT_VERSION Note: Old constant remains defined for backward compatibility.
Changed classes:
  • DB_SETTINGS_WebsiteSettings → Use \Bisteinoff\Plugin\ContactSettings\Loader instead New namespace:
  • All classes now use namespace \Bisteinoff\Plugin\ContactSettings Action required: If you have custom code, update it to use the new naming conventions. All deprecated elements may be removed in further versions after Feb 16th, 2027.

更新日志:

3.0 2.11 2.10 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1.1 2.1 2.0 1.1 1.0