Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 504799

Small optimization tip

$
0
0

Replies: 0

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.


Viewing all articles
Browse latest Browse all 504799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>