Notifications
Clear all

[Solved] How to: Stop this prompt: "Discussions that may already have the information you are looking for ⇓"

11 Posts
5 Users
5 Reactions
1,469 Views
Posts: 93
Topic starter
(@nutritionchat)
Estimable Member
Joined: 4 years ago

Well, my site is so small that I'd prefer it to be an ON/OFF option.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

@nutritionchat,

Ok, I added this in our to-do list. We'll add some option to disable the topic suggestion. Also, we'll check the hard-coded phrases.

Posts: 9
(@slite)
Active Member
Joined: 3 years ago

Since it's now been a year and a couple of versions have since come out and no option has been provided to disable this annoying "feature", could you please provide everywhere the code is located, and what needs to be commented out?

Thanks

1 Reply
BlackRaz
Admin
(@blackraz)
Joined: 8 years ago

Contributor
Posts: 404

@slite 

You can add this hook snipet

add_filter( 'wpforo_topic_suggestion', '__return_false' );
Posts: 9
(@slite)
Active Member
Joined: 3 years ago

Great, thanks!

Page 2 / 2