开发者 | coffee2code |
---|---|
更新时间 | 2024年8月9日 14:47 |
捐献地址: | 去捐款 |
PHP版本: | 4.9 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
years-ago-today.zip
inside the plugins directory for your site (typically wp-content/plugins/
)Yes.
No, only posts made for any year before the current year.
Not yet. This functionality is expected in a future update.
Your site has its cron system disabled (via the DISABLE_WP_CRON
constant) which means scheduled events (such as this plugin's daily emails) won't be handled by WordPress.
The cron system for WordPress (which handles scheduled events, such as the schedule daily email) requires site traffic to trigger close to its scheduled time, so low traffic sites may not see events fire at a consistent time. It's also possible cron has been disabled by the site (see previous question).
Yes. The tests are not packaged in the release .zip file or included in plugins.svn.wordpress.org, but can be found in the plugin's GitHub repository.
.gitignore
filebootstrap.php
composer.json
for PHPUnit Polyfill dependency__wakeup()
public to prevent PHP8 warnings. Props Simounet, koolinus.cron_init()
phpunit/
into tests/phpunit/
phpunit/bin/
into tests/