logo

This is an old version of this answer!

Return to the current answer
if (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest'){
return $post_id;
}

one more rule

Oleg Butuzov | 08/18/10 at 10:26am

This is an old version of this answer!

Return to the current answer