You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been using CF since version 2 but I'm not sure whether I'm so old or there's really something wrong.
I have a complex field with a group of two text fields and 2 date fields inside. Nothing too fancy or unusual. That complex field is a part of the tab container.
Here's the Post Meta Inspector result screenshot too. I know that WordPress pipe-separates multiple meta values but not sure whether they get properly parsed by CF.
I desperately need help. PLEASE!
The text was updated successfully, but these errors were encountered:
CF: v3.1.2
WP: 5.3.2
PHP: 7.2.14
Been using CF since version 2 but I'm not sure whether I'm so old or there's really something wrong.
I have a complex field with a group of two text fields and 2 date fields inside. Nothing too fancy or unusual. That complex field is a part of the tab container.
By trying to get the value of my complex field, I get an empty array...
$seasons_arr = carbon_get_post_meta( $pid, 'bm_seasonal_prices', 'complex' );
Here's the Post Meta Inspector result screenshot too. I know that WordPress pipe-separates multiple meta values but not sure whether they get properly parsed by CF.
I desperately need help. PLEASE!
The text was updated successfully, but these errors were encountered: