Support

Account

Home Forums Bug Reports Page Link and Post Object Field Select2 Search Not Working Reply To: Page Link and Post Object Field Select2 Search Not Working

  • functions.php is where you would add it.

    This solution is for a Post Object type specifically. If your field is a page_link you’d want to change the filter to

    add_filter( 'acf/fields/page_link/query', 'acf_post_object_custom_query', 10, 3 );