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