• Resolved peterstavrou

    (@peterstavrou)


    Is it possible to make it so that searches ONLY ACF and nothing else?

    I have added the below but it’s still searching more than just the name for example.

    function acfbs_post_fields( $fields ) {
      $fields = ['name'];
      return $fields;
    }
    add_filter( 'acfbs_search_post_object_fields', 'acfbs_post_fields', 10, 1 );
    • This topic was modified 2 years, 11 months ago by peterstavrou.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search ACF only?’ is closed to new replies.