开发者 | nwells |
---|---|
更新时间 | 2023年1月13日 11:53 |
捐献地址: | 去捐款 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.1.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/woocommerce-email-orders
directory, or install the plugin through the WordPress plugins screen directly.Email
tabBy default, the emails are set in the WordPress cron scheduler at 1am. This can be adjusted using a cron interface plugin like WP Control
The email digest currently only gets sent if an order has been made the previous day.
If you are relying on the built-in WordPress scheduler then this only gets triggered by site visitors. Therefore, if no one visits your site at the exact time of your intended schedule then the email won't trigger exactly when you want it. A preferred option, if your hosting supports, is to set up a cron task at server level to trigger the /wp-cron.php
URL.