Thread Starter
fiddyp
(@fiddyp)
now up to version 0.91 for compatibility with other comment enhancement plugins. Available from the wordpress plugins page.
Thread Starter
fiddyp
(@fiddyp)
it’s ok, I fixed it!
here’s what I put
if ($user_level > 7 || $comment_data['comment_type'] == 'pingback' || $incoming_comment['comment_type'] == 'trackback') {
return $comment_data;
}
that stops it doing anything if the user posting is an admin or it is a trackback
brilliant!
that solved my problem for identifying a trackback on the preprocess_comment filter
thanks