• stefandev

    (@stefandev)


    First of all, great plugin i must say!

    I would like to know if there is some way to filter a custom WP_QUERY results. I have a custom parameters?based on several attributes combined.

    I would like to know if there is some way to integrate custom query to be filtered within other filters. Basically, custom query should be set as default query.

    Is there any way to archive this?

    Thank you in advance

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    To apply filters for custom wp_query you can add parameters to it

    
    $query->set('bapf_apply', true);
    $query->set('bapf_save_query', true);

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Filtering Custom Query’ is closed to new replies.