register_post_meta return "Array"
-
I’m using:
register_post_meta( 'job_listing', '_job_gallery', array( 'show_in_rest' => true, 'sanitize_callback' => 'absint', ) );But in my json, the return is:
_job_gallery: [ "Array" ], -
Hi, would you confirm whether the affected site is hosted here? It sounds like you might be using a WordPress.org installation, in which case you’ll want to use https://wordpress.org/support/forums/ instead.
- The topic ‘register_post_meta return "Array"’ is closed to new replies.