Support

Account

Home Forums Front-end Issues Inner join overrides Advanced Custom Fields plugin's get_field Reply To: Inner join overrides Advanced Custom Fields plugin's get_field

  • Hi @perkunas

    I would think it’s because you add filters to every SQL query happening. You probably need to change the filter to actually call to a function doing this and then when you’re done use remove_filter to remove your custom joins.