• jaribali1

    (@jaribali1)


    The plugin works great as is but it would be nice to be able to send payloads to the selected post (e.g. /?redirect_to=random&action=doSomething)

    Kindly look into this. You are doing great 👌

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Christoph

    (@camthor)

    Thank you for that review! 🙂

    Could the pass-through parameters help you, see here? The keys of the parameters need to be whitelisted, in your case:

    define( 'CHATTY_MANGO_RUTP_PASS_THROUGH', 'action' );

    Then you can use it like …&action=doSomething

    Thread Starter jaribali1

    (@jaribali1)

    You are the best

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this review.