Reply To: Page URL in Message


Home Forums Front End PM PRO Page URL in Message Reply To: Page URL in Message

#8902
Ricardo Cosentino
Participant

After I tried to send a Message: https://imgur.com/a/LKmBW

I tested a basic filter just to send an alert like that:

add_filter( 'fep_filter_message_before_send', 'send_url' );

function send_url() {
    echo "<script>alert('".$_SERVER['HTTP_REFERER']."');</script>";
}

And it Works but… The message didn’t send