AnsPress comment type is anspress, so WP do not behave AP comments as default posts comments. But still this comments have to pass spam check. You can see an example of wp-admin:
You need to select it to hide.
Download master.zip from github and you can use this filter: add_filter('ap_show_captcha', 'my_ap_captch_filter', 10, 2); function my_ap_captch_filter($true, $user_id){ if ($user_id == get_current_user_id()) return false; return $true; }
Yes, this the way reCaptcha work 🙂
Update pot.
I am using WP Super Cache plugin, with “Don’t cache pages for known users. (Recommended)” and “Clear all cache files when a post or page is published or updated.” both enabled. Latter may cause some performance issues once I hit tens of thousands of visitors per hour, but since it’s not the case for 99% of us including me, works fine as it is. I’ll make sure to post/brag after I hit performance issues with my current setup.
Rename the main questions pg.
I’m having this issue. Could it be from Multisite ?
I’ve created a of titled “How to ask” but no tab shows? Can custom tabs be added?
Hi , was this option added?