• Resolved builderfortons

    (@builderfortons)


    I’m trying to help my client implement a sitewide notification after a bid is placed.

    I’m looking for the hook to use after a successful bid. Something like “woo_ua_after_new_bid”.

    Can you help?

    I originally submitted this request last Thursday (and again on Monday) as a ticket on the plugin website, but have received no communication back, so please respond as soon as possible.

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

    (@nitesh_singh)

    Hi @builderfortons

    Apologies for the delay in response.

    I understand that you need a hook that triggers after a successful bid placement. Below is the action hook you can use for this purpose:

    add_action('ultimate_woocommerce_auction_place_bid');

    This should allow you to implement a sitewide notification once a bid is placed.

    Let me know if you need any further assistance!

    Thank You

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.