开发者 | room34 |
---|---|
更新时间 | 2024年10月5日 00:11 |
捐献地址: | 去捐款 |
PHP版本: | 7.0.0 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 |
By default the plugin displays a "Pending Status" widget on the admin Dashboard, but does not automatically send email notifications. To set up email notifications, navigate to Settings > Pending Status and check the boxes next to the administrators or editors who should receive an email notification. Here you can also customize the text of the email message.
Pending Status uses the built-in WordPress email functions to send notifications. Some web hosts do not allow websites to send email. We recommend using the Check & Log Email plugin to test whether or not you can send email from your WordPress site. If your host does not allow sending mail directly from the web server, we recommend using the WP Mail SMTP plugin to configure your site to route email through the mail server of your choice.
load_plugin_textdomain()
call, and set $translate
input parameter to false
on get_plugin_data()
call, as it may cause PHP notices as of WordPress 6.7. See the WordPress Trac for more details..pot
translation file..pot
file.blueprint.json
for WordPress Playground support.