// TEMP
add_action('wp_ajax_ogata_img_upload',function(){
if(!current_user_can('upload_files')){wp_send_json_error('noperm');return;}
$upload_dir=wp_upload_dir();
$dir=$upload_dir['basedir'].'/2026/04/';
if(!file_exists($dir)){wp_mkdir_p($dir);}
$name=isset($_POST['name'])?preg_replace('/[^a-z0-9._-]/i','',$_POST['name']):'';
$data=isset($_POST['data'])?$_POST['data']:'';
if(!$name||!$data){wp_send_json_error('missing');return;}
$bytes=base64_decode($data);
$written=file_put_contents($dir.$name,$bytes);
wp_send_json_success(array('file'=>$name,'bytes'=>$written));
});
// ENDTEMP
Warning: Cannot modify header information - headers already sent by (output started at /home/users/web08/9/9/0232599/www.ogatastone.jp/os/wp-content/themes/solaris_tcd088/functions.php:1391) in /home/users/web08/9/9/0232599/www.ogatastone.jp/os/wp-includes/sitemaps/class-wp-sitemaps-renderer.php on line 190
https://www.ogatastone.jp/project_category/project_category1/https://www.ogatastone.jp/project_category/project_category2/https://www.ogatastone.jp/project_category/project_category3/https://www.ogatastone.jp/project_category/project_category4/https://www.ogatastone.jp/project_category/project_category5/https://www.ogatastone.jp/project_category/project_category6/https://www.ogatastone.jp/project_category/project_category7/https://www.ogatastone.jp/project_category/project_category8/https://www.ogatastone.jp/project_category/project_category9/https://www.ogatastone.jp/project_category/project_category10/https://www.ogatastone.jp/project_category/project_category11/