File: /home/k/kulikosl/kulikosl.beget.tech/public_html/back/zootheme 2612/functions/test.php
<?php require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-load.php' );
$datas=array();
$datas['name']='новый город';
$datas['region_id']=104;
pre($datas);
$wpdb->insert('city',$datas);
echo $wpdb->insert_id;
die();
$adress='Вит';
$code=rand(1111,9999);
$email='dontbs2004@yandex.ru';
$message='<h3>Код подтверждения</h3><h1>'.$code.'</h1>';
send_my_mail($email,'Admin','Подтверждение почты',$message);
//pre(get_places($adress));