Thankyou
I found the code but there is already return false in the code, where to add it properly? please highlight it.
// PUBLISH LISTING - SEND EMAIL WITH AVAILABLE PROMOTIONS
function osp_email_promote($item) {
if(!isset($item['pk_i_id']) || $item['pk_i_id'] <= 0) {
return false;
}
osp_include_mailer();
$mPages = new Page() ;
$aPage = $mPages->findByInternalName('osp_email_promote') ;
$locale = osc_current_user_locale() ;
$content = array();