krapan
1/23/2019 - 5:03 PM

Show all custom fields of post

<?php 
	echo '<pre>';
	print_r(get_post_custom($post_id));
	echo '</pre>';