comment_like_button, $html

comment_like_button, $html

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('comment_like_button, $html') is found 1 times:

  • /modules/comment-likes.php line 253
    		 * @since 5.1.0
    		 *
    		 * @param string $html Comment Likes button content.
    		 */
    		$like_button = apply_filters( 'comment_like_button', $html );
    
    		return $content . $like_button;
    	}
    }
    
    Jetpack_Comment_Likes::init();