Title: Small optimization tip
Last modified: December 23, 2016

---

# Small optimization tip

 *  [gunnerman1](https://wordpress.org/support/users/gunnerman1/)
 * (@gunnerman1)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/small-optimization-tip/)
 * You can replace the function call in this code with:
 * `add_filter( 'get_comment_author_link', function($author_link, $author){return
   $author;}, 10, 2);`
 * That way it just returns the Author name saving the strip tags function call.

The topic ‘Small optimization tip’ is closed to new replies.

 * ![](https://ps.w.org/hide-wp-comment-author-link/assets/icon-128x128.png?rev=
   1530359)
 * [Hide Comment Author Link](https://wordpress.org/plugins/hide-wp-comment-author-link/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-wp-comment-author-link/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-wp-comment-author-link/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-wp-comment-author-link/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-wp-comment-author-link/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-wp-comment-author-link/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [gunnerman1](https://wordpress.org/support/users/gunnerman1/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/small-optimization-tip/)
 * Status: not a support question