Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Pods issue with get_post_meta #207

@tobiasschutter

Description

@tobiasschutter

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 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions