52.1 F
Storrs
Friday, September 29, 2023

attachment-5a7120cae4966be6e6dcf45c

img-5a7120cae4966be6e6dcf45c

attachment-5a712c0c53450aa8587fd3a0
attachment-5a712793e2c483d0961865c3
remove_filter('comment_text', 'make_clickable', 9); function remove_links( $comment_text) { $allowed_html = array( 'br' => array(), 'em' => array(), 'strong' => array() ); $content = wp_kses( $comment_text, $allowed_html ); return $content; } add_filter( 'get_comment_text', 'remove_links', 2); add_filter('comment_form_field_url', '__return_false');