Security Fix
-
if( mb_send_mail( $to,$subject, $body,$header ) ) {
↓
if( wp_mail( $to,$subject, $body,$header ) ) {
- The topic ‘Security Fix’ is closed to new replies.
Home / Plugin: hpb Dashboard / Security Fix
if( mb_send_mail( $to,$subject, $body,$header ) ) {
↓
if( wp_mail( $to,$subject, $body,$header ) ) {