jimster1218 on "[Plugin: WPAdverts - Classifieds Plugin] Approve ad"

ساخت وبلاگ

Hi, currently there is no such feature in WPAdverts, it is possible to develop something like this using 'adverts_action' filter, try adding following code in your theme functions.php file.

add_filter("adverts_action", "my_send_ad_pending_email");
function my_send_ad_pending_email( $action ) { if($action == "save") { wp_mail( "[email protected]", "New Ad Pending", "There is new ad pending moderation" ); } retu $action;
}

Note this is executed before ad is saved in DB so it's not really possible to insert edit link in email body, also note this will work with free ads only.

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 281 تاريخ : چهارشنبه 13 مرداد 1395 ساعت: 13:33