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
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Pods overwrite the get_post_meta filter with it's own data. You are not sure when you use get_post_meta if the value has been altered.
For example when you retrieve a raw date value for CF date type, you'll not get the db value "2015-01-04", but the altered one "04/01/2015". The strtotime function can't handle it and doesn't work properly.
The problem lies in add_filter( 'get_post_metadata', array( $this, 'get_post_meta' ), 10, 4 );