I have multiple fields on a field group called Membership Level Feature and which post id is 5112. Now, I want to get all the fields of this post id. I am using:
echo '<pre>';
print_r( get_fields(5112 ) );
echo '</pre>';
But getting empty :(
Please check this image: