Accidentally I have enabled the “Use persistent mode” on my website and
now when I wanted to enable my comment section again it’s not showing.
I’ve already done the recommendation you made here: https://ww.wp.xz.cn/support/topic/how-to-re-enable-comments-after-using-persistent-mode?replies=3
I also tried adding that code on wp-config and functions.php still no good.
add_filter(‘disable_comments_allow_persistent_mode’, ‘__return_false’);
I hope you can help me mate