Ich sehe dieses Muster immer wieder und frage mich, wofür es ist und wie WP es intern verwendet: if ( empty($post) ) { if ( isset($GLOBALS['post']) ) $_post = & $GLOBALS['post']; else return $null; } elseif ( is_object($post) && empty($post->filter) ) { _get_post_ancestors($post);...