Skip to content

Instantly share code, notes, and snippets.

@tech4him
Created June 24, 2017 22:24
Show Gist options
  • Save tech4him/73aaad36f92ccb2facdc78d69b25d59f to your computer and use it in GitHub Desktop.
Save tech4him/73aaad36f92ccb2facdc78d69b25d59f to your computer and use it in GitHub Desktop.
GeoDirectory Remove Remove Reply Link
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