how to get all post fields in wordpress

Solutions on MaxInterview for how to get all post fields in wordpress by the best coders in the world

showing results for - "how to get all post fields in wordpress"
Amanda
29 Jul 2016
1echo '<pre>';
2print_r(get_post_custom($post_id));
3echo '</pre>';