Forums
(@gutembergz)
8 years, 11 months ago
//send mail when new ad is sent /*add_action('publish_advert', 'on_publish_advert'); function on_publish_advert($post_id) { wp_mail(get_option("admin_email"), "New Advert Published", "Advert with ID $post_id was published"); }*/
9 years, 7 months ago
Some issue too.