开发者 |
VarunAgw
danielbachhuber Viper007Bond andrewspittle iandunn kovshenin |
---|---|
更新时间 | 2022年9月28日 07:49 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 4.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Just add [supportflow_submissionform] shortcode to the post you want to add SupportFlow form to.
After successfully adding an e-mail account under SupportFlow > E-mail Accounts, make sure you wait for at least 5 minutes because the retrieval script only runs once every 5 minutes.
If it still isn't working, check the log for any error messages or clues. To view the logs, add this line to a
functionality plugin, and then visit the SupportFlow > Log page.
add_filter( 'supportflow_show_log', '__return_true' );
Warning: The logs will contain private data, so be very careful if you share them with anyone. Make sure you redact anything that you don't want to share.