Linux 软件免费装

Draft Concluder

开发者 dartiss
更新时间 2024年11月1日 02:18
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

posts email pages drafts reminder

下载

1.0 1.0.1 1.1 1.1.2 1.1.3 1.1.1

详情介绍:

Based on an idea by John Blackbourn, and mentioned by Post Status, this plugin is designed to be a reminder to those who leave draft posts unloved. And, yes, all of John's ideas are here, with more to boot. Oh, and, naturally, the code passes WordPress and WordPress VIP coding standards. I'd like to thank Caleb Burks for the feedback he provided. Also, the iconography is courtesy of the very talented Janki Rathod. Please visit the Github page for the latest code development, planned enhancements and known issues

安装:

Draft Concluder can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...
  1. Upload the entire draft-concluder folder to your wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress administration.
It's now ready to go but, if you want to tweak further, head to Settings -> General.

升级注意事项:

1.1.3
  • Code quality improvements and minor date tweaks

常见问题:

Why's it called Draft Concluder?

Because it helps you find an end to those annoying drafts that sit around and never get completed. And it's a pun on "draft excluder". Yes, I know - blame my SO, who came up with the name.

What does the "Status" on the Settings screen mean?

In Settings -> General -> Draft Concluder, you'll see, under the title, a status - this will tell you when it last ran and whether it was successful or not. The success is dependent on whether any error was returned when sending out emails - a failure would indicate a problem with wp_mail and will need further investigation.

The email isn't turning up at the time that it's scheduled!

The internal WordPress scheduler is an interesting beast. It's totally reliant on someone visiting your site for it to trigger - so if you set it to 1am but nobody visits until 8am then, yeah, you won't get email until after 8am. Thankfully, I thought of you when I wrote the plugin. As per the previous question, there's a status on the settings screen. Additionally, there are 2 shortcodes that you can add to any post or page to help you out. [dc_now] - this will run the email generator and show, on screen, what would be sent if you were running it now. [dc_last_run] - this will show, on screen, what happened during the last scheduled run. So, if the status in the settings shows it ran, you can use this shortcode to display what was actually sent and to whom.

Can I unsubscribe from the email that I'm sent?

Heck, no. That's the beauty of this plugin.

Can I just send the email to spam instead?

I wouldn't do that. The email comes from the site's account - marking it as spam may also lead to all other site emails going the same way, including password resets and important security information. Look, if it means that much to you, maybe look to sorting out your drafts, yes?

How can I prevent the plugin from being deactivated?

...said no-one. But seriously, you want to remove the temptation, right? Crack open your site's wp-config.php and add the following line of code... define( 'DO_NOT_DISABLE_MY_DRAFT_REMINDER', true ); And the deed is done - you can no longer disable the plugin (cue diabolical laughter).

Do you support this plugin on forks of WordPress?

No. It was developed for WordPress and so forks remain unsupported. I have no intention of developing and testing this on any other version.

更新日志:

I use semantic versioning, with the first release being 1.0. 1.1.3 1.1.2 1.1.1 1.1 1.0.1 1.0