GoToBIM Business Info Manager

Описание

GoToBIM Business Info Manager allows website owners to manage essential business information directly from the WordPress dashboard.

With this plugin, administrators can store and update:

• Business Name
• Address
• Phone Number
• Email Address
• Website URL
• Business Hours (opening and closing times for each day of the week)

All information is stored securely in the WordPress database using standard WordPress options.

Display Business Information

You can display the saved business details anywhere on your website using the shortcode:

[gotobim_business_info]

This shortcode outputs the stored business information on posts, pages, or widget areas.

Shortcode Parameters:

You can display specific information using the show parameter:

Single Fields:
[gotobim_business_info show="all"] — Display all business information (default)
[gotobim_business_info show="name"] — Display only business name
[gotobim_business_info show="address"] — Display only address
[gotobim_business_info show="phone"] — Display only phone number
[gotobim_business_info show="email"] — Display only email address
[gotobim_business_info show="website"] — Display only website URL
[gotobim_business_info show="contact"] — Display phone and email together
[gotobim_business_info show="hours"] — Display only business hours

Multiple Fields (comma-separated):
[gotobim_business_info show="name,address"] — Display name and address
[gotobim_business_info show="name,phone,email"] — Display name, phone, and email
[gotobim_business_info show="phone,email,hours"] — Display phone, email, and business hours
[gotobim_business_info show="address,website,hours"] — Display address, website, and hours

The plugin is lightweight, secure, and follows WordPress coding standards and best practices.

Установка

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress admin panel
  3. Go to the Business Info settings page in the dashboard
  4. Enter your business details and save
  5. Use the shortcode [gotobim_business_info] where you want the information displayed

Часто задаваемые вопросы

Where is the data stored?

All business information is stored securely in the WordPress options table.

How do I display the business information on my site?

Use the shortcode [gotobim_business_info] inside any post, page, or widget.

Is this plugin developer-friendly?

Yes, developers can retrieve the stored values using WordPress functions if needed.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«GoToBIM Business Info Manager» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «GoToBIM Business Info Manager» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1.0

  • Added business hours feature with daily opening and closing times
  • Added separate sections for Business Details and Business Hours in settings
  • Enhanced shortcode output to display all business information with improved formatting
  • Added frontend and admin CSS styling for better user experience
  • Updated sanitization function to properly handle nested business hours data

1.0.0

Initial release