This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Register Custom Hook | |
| * Comment Popularity | |
| * @see https://github.com/humanmade/comment-popularity | |
| */ | |
| add_filter( 'mycred_setup_hooks', 'mycred_pro_register_comment_pop_hook' ); | |
| function mycred_pro_register_comment_pop_hook( $installed ) { | |
| $installed['comment_pop'] = array( | |
| 'title' => __( 'Comment Popularity', 'textdomain' ), |