Index: wp-includes/post-functions.php
===================================================================
--- wp-includes/post-functions.php	(revisione 34691)
+++ wp-includes/post-functions.php	(copia locale)
@@ -447,6 +447,8 @@
 		return null;
 
 	$_post = $_post->filter( $filter );
+	
+	$_post = apply_filters( 'get_post', $_post );
 
 	if ( $output == ARRAY_A )
 		return $_post->to_array(); 
