Skip to content

Cannot query connected posts in ajax call #582

Open
@THRY

Description

@THRY

Hi

I am trying to query connected posts in an ajax call in wp-admin. While i can query normally for posts with get_posts, the p2p query is always empty:

$students = get_posts(array(
'connected_type' => 'booking_to_student',
'connected_items' => get_post($bookingId),
'post_status' => 'any',
'nopaging' => true,
'suppress_filters' => false
));

When i run this code in a page template, i do get the expected result.

Updating relationships work perfectly in ajax call.

Any hints on that? Maybe an issue with execution time?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions