Advertisement
sparkweb

FoxyShop: Customize Inventory Alert Email

Jan 15th, 2012
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. //This goes in functions.php
  2. add_filter("foxyshop_inventory_alert_email", "my_foxyshop_inventory_alert_email");
  3. function my_foxyshop_inventory_alert_email($email) {
  4.     return "youremail@yoursite.com";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement