Trying to make my plugin compatible
-
Hello. Since few people asked for it (I think there was even thread here few months ago), I’m trying to make my plugin (https://wordpress.org/plugins/simple-rating/) compatible with bbPress. As far as I understand, bbPress got own filters for content and that’s exactly where I got stuck. I can’t find list of filters. I found
bbp_get_reply_content
andbbp_get_topic_content
but they exhibit kind of weird behavior.bbp_get_topic_content
does exactly nothing, andbbp_get_reply_content
filters content of first post, which is actually topic and I’m pretty sure should be filtered bybbp_get_topic_content
.
Screenshot
So questions are:
– Is there a list of filters?
– If no, what are filters I should use to filter content of topic, reply and forum?
– What is this problem I described above?
bbPress version is latest stable available.
- You must be logged in to reply to this topic.