Created
June 24, 2017 22:24
-
-
Save tech4him/73aaad36f92ccb2facdc78d69b25d59f to your computer and use it in GitHub Desktop.
GeoDirectory Remove Remove Reply Link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function remove_geodir_comment_replaylink() { | |
remove_filter('comment_reply_link', 'geodir_comment_replaylink'); | |
remove_filter('comment_reply_link', 'geodir_reviewrating_comment_replylink'); | |
} | |
add_action('init','remove_geodir_comment_replaylink'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment