コード例 #1
0
ファイル: class_ajax.php プロジェクト: sekurtz1/wp-crm
 /**
  * Check email for duplication
  */
 static function check_email_for_duplicates()
 {
     die(WP_CRM_F::check_email_for_duplicates($_REQUEST['email'], $_REQUEST['user_id']));
 }