Submissions loading comments on the confirm page
-
Even with BadgeOS as the only plugin, and default theme… I can’t get Comments to stop showing up after someone has submitted a BadgeOS Form (meaning this shortcode)
[badgeos_submission achievement_id=”101″]
Here is what it looks like after submitting the form:
https://cl.ly/image/1d1i3c1L381p
So I tried putting the following into Functions.php — but it has no effect… weird no?
add_action( 'init', 'kill_badge_comments' ); function kill_badge_comments() { remove_post_type_support( 'badgeos-log-entry', 'comments' ); remove_post_type_support( 'submission', 'comments' ); }
^^ with that in the functions.php – the “comments” checkbox disappears from the screen options in the admin if I go to edit the Submission in the admin… but the Comment On Submission form continues to display and if a comment is left, it shows as well.
Did I miss a setting somewhere? How do I turn off comments on Submissions?
Anyone else seeing this?
- The topic ‘Submissions loading comments on the confirm page’ is closed to new replies.