Support

Account

Home Forums ACF PRO acf/fields/post_object/query

Solved

acf/fields/post_object/query

  • Since upgrading to 5.1.5 I’m unable to use this filter hook?

    function mft_venue_object_query( $args, $field, $post )
    {
    	echo '<pre>'; print_r($args); echo '</pre>'; wp_die();
    }
    add_filter('acf/fields/post_object/query/key=field_543284469ae88', 'mft_venue_object_queryv', 10, 3);
    

    doesn’t produce anything passed to the function nor does it die?

    The only thing I get is when selecting the dropdown menu in question is an error saying “Loading Failed”

    Before the upgrade it worked

  • Cancel that, it seems it was working just fine – I was unsetting the $args array after the ajax request

  • Actually no! This is not resolved – I’m still having an issue!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘acf/fields/post_object/query’ is closed to new replies.