Ricardo Cosentino Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 28, 2017 at 5:13 pm in reply to: Page URL in Message #8902 Ricardo CosentinoParticipant 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 December 28, 2017 at 4:51 pm in reply to: Page URL in Message #8900 Ricardo CosentinoParticipant I tried this in function.php: add_filter( 'fep_filter_message_before_send', 'send_url' ); function send_url() { $url = $_SERVER['HTTP_REFERER']; return $url; } But just recieved error messages! December 28, 2017 at 4:35 pm in reply to: Page URL in Message #8898 Ricardo CosentinoParticipant Sorry, I didn’t understand where I need to put this code: fep_filter_message_before_send Is like a filter in functions.php? per example: add_filter( 'fep_filter_message_before_send', $_SERVER['HTTP_REFERER']); Thanks again! December 11, 2017 at 11:25 pm in reply to: Some words aren't being translated #8566 Ricardo CosentinoParticipant Yeah it worked! Thank you for this great support! Author Posts Viewing 4 posts - 1 through 4 (of 4 total)