Hmmmm… I see. I guess in most other cases, people don’t want contributors to see them.
Looking forward to a filter…
I just found this code in pods/includes/general.php:
if ( ! current_user_can( 'publish_post', $check_post_id ) && ! pods_is_admin() ) {
return empty( $tags['field'] ) ? pods_get_access_user_notice( $info, true, esc_html__( 'You do not have the capability to preview this Pods embed.', 'pods' ) ) : '';
}
So, I guess contributors aren’t allowed to preview any pods data. But why? Is there no way at all (or workarounds) for people who have no ‘publish_post’ capability to preview pods data? What’s the logic behind preventing users without ‘publish_post’ to preview the post?