该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

TS Business Hours

描述

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.

安装

  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.

常见问题

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!

评价

此插件暂无评价。

贡献者及开发者

“TS Business Hours” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“TS Business Hours”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1.1

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