Action Reference: geodir_before_send_to_friend_email

Summary

Called before the send to friend email is sent.

Parameters

$request
(array) (required) {
The submitted form fields as an array.

Default: None

Change Log

Since: 1.0.0

Type

Array

Used by

geodirectory-functions/custom_functions.php: geodir_send_friend() [Line: 415]

Source Code

	do_action( 'geodir_before_send_to_friend_email', $request );