Description
Add extra component to rtmedia media comment.
Example
add_filter('rtmedia_comment_extra', 'rtmedia_comment_extra_callback', 5, 2);
function rtmedia_comment_extra_callback( $html, $comment ){
return $html.'<p><a href="#" class="rtmedia-comment-link">Reply</a></p>';
}