Remove hyperlink from name field

add_filter('preprocess_comment', 'remove_links_from_comment_author'); function remove_links_from_comment_author($commentdata) { // Regular expression to detect hyperlinks $pattern = '/

Pete Tran
<10

Impact.com

Impact.com verification snippet

Add CPTs for Typesense

Enables you to add the CPTs selected for indexing and searching with Typesense

1 67 68 69 70 71 194