Wie man alle Postfelder in WordPress bekommt

echo '<pre>';
print_r(get_post_custom($post_id));
echo '</pre>';
Thankful Toucan