Open davidatwhiletrue opened 7 years ago
Is this still an issue? Sorry for the late reply, feel free to comment if you still have questions!
With WordPress 4.9.8 and Pods 2.7.9 this is not an issue anymore. Comments are closed as expected. Thank you for asking.
David
Hello,
I’m having a small issue with the frontend forms. I use a form rendered with
[pods-form]
shortcode to create a new entry of a CPT created with Pods. The CPT does not support comments (Advanced Options - Supports - Comments - unchecked).If I create a new entry from wp admin then column
comment_status
isclosed
in wp_posts record.But when I create a new entry from the frontend form, then
comment_status
isopen
in wp_posts record.I've made the test in my project with Pods 2.6.9 and also in a new WP installation with Pods 2.7 beta. Both have the same issue.
The same occurs with
ping_status
column.I'm using the
pre_save
hook to modify this behavior and explicitly closecomment_status
andping_status
:But this might be a bug.
Let me know if there is anything I can help with to investigate this issue. Thanks!
David