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

    (@razyrx)

    Hello,

    Plugin filter WP_Query element with products, there is no way to get product IDs from plugin, but you can filter any WP_Query, just add two parameter to query args

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

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Get filtered products ID’s’ is closed to new replies.