Skip to content

Instantly share code, notes, and snippets.

@rickalee
Created February 25, 2014 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickalee/9211903 to your computer and use it in GitHub Desktop.
Save rickalee/9211903 to your computer and use it in GitHub Desktop.
Email Alerts - Filter Subject
function kcannon_new_listings_notifications_subject() {
return 'New Listing Notification | Karen Cannon Realtors';
}
add_filter( 'idx_send_new_listings_notifications_subject', 'kcannon_new_listings_notifications_subject' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment