Guest User

Untitled

a guest
May 16th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_filter( 'propertyhive_property_enquiry_to', 'customise_enquiry_to', 10, 2 );
  2. function customise_enquiry_to( $to, $property_id )
  3. {
  4. return 'alternative.email.address@here.com';
  5. }
Add Comment
Please, Sign In to add comment