Created
February 25, 2014 16:06
-
-
Save rickalee/9211903 to your computer and use it in GitHub Desktop.
Email Alerts - Filter Subject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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