How to remove actions
-
Hi, thank you for the plugin, first of all. Works great!
I’m trying to customize the appearance and would like to not show certain parts.
In bbpress-votes.php, line 143 we have:
add_action( 'bbp_theme_after_reply_author_details', array($this, 'display_reply_author_karma')); add_action( 'bbp_theme_after_topic_started_by', array($this, 'display_topic_score'));
How can I remove these actions in my functions.php theme file? I tried basic remove_action and searched for how to remove when referencing the plugin class $this but had no luck.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to remove actions’ is closed to new replies.