52.1 F
Storrs
Friday, September 29, 2023

attachment-5be50cc44d7a9c2e077e6b41

img-5be50cc44d7a9c2e077e6b41

attachment-5be4f0f8032be449d1f27373
attachment-5be4d35bc2241b2b7ae79856
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');