Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created December 9, 2015 07:16
Show Gist options
  • Save danielpowney/b664c71626d341523e9f to your computer and use it in GitHub Desktop.
Save danielpowney/b664c71626d341523e9f to your computer and use it in GitHub Desktop.
<?php
function mrp_rating_approved_headers( $headers ) {
$headers[] = 'From: Test <[email protected]>';
return $headers;
}
add_filter( 'mrp_rating_approved_headers', 'mrp_rating_approved_headers', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment