Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

TS Business Hours

Descrição

TSBusinessDay class with functions used for restricting content based on hours of operation. Supports hours that run past midnight. Will eventually develop into full-fledged plugin, but thanks to Elliot Condon, I don’t have to just yet!

Dependencies

This function requires the Advanced Custom Fields plugin and some of its add-ons. They are as follows:

The Repeater Field and Options page are premium add-ons. If you are already using them, you understand how invaluable they are. If not, there’s no better time to start!

Installation

  1. Make sure you have all of the required dependencies.
  2. Download the ts-business-hours directory and copy it to wp-content/plugins.
  3. Activate the plugin on the Plugins page.
  4. Navigate to the Options page. Configure days and hours. You must have both opening and closing times.
  5. You must start the week on Sunday and end it on Saturday for the plugin to work correctly. This is because the plugin uses the date(‘w’) function.
  6. See example.php and use accordingly.

Notes

I ran into an issue when working locally, which was that I had to wait until the turn of a minute to see my changes to the template file reflected live. I’m not sure why that is and would love to hear suggestions!

What does ‘TS’ stand for, anyway?

Tribeswell is an interactive marketing company specializing in high quality responsive website design. We are students of great design and useability. Choosing to work with Tribeswell means your organization will get the absolute best in modern design. We are headquartered in Bloomington, Indiana and work with clients all across the midwest.

About the Author

Originally from Bedford, Indiana, Zack is currently working full-time at Tribeswell. Zack is passionate about front-end design and UX. He is instrumental in ensuring that every Tribeswell website contains a flawless level of fit and finish, providing an excellent experience for visitors.

Instalação

  1. Make sure you have all of the required dependencies.
  2. Download the ts-business-hours directory and copy it to wp-content/plugins.
  3. Activate the plugin on the Plugins page.
  4. Navigate to the Options page. Configure days and hours. You must have both opening and closing times.
  5. You must start the week on Sunday and end it on Saturday for the plugin to work correctly. This is because the plugin uses the date(‘w’) function.
  6. See example.php and use accordingly.

Perguntas frequentes

Can I use isOpen() to restrict content within a blog post?

You cannot use a PHP function in a WYSIWYG editor. Shortcodes provide this functionality. Shortcode support for this plugin is on the way!

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“TS Business Hours” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

0.1.1

  • Created TSBusinessDay class with several utility functions including isOpen(). All functions can be accessed like so: $this->theFunction().