Log
<?php
$data =
array (
'choices' =>
array (
1 => 'Webnews',
2 => 'Melablog',
3 => 'Gamesblog',
),
'sites' =>
array (
0 =>
WP_Site::__set_state(array(
'blog_id' => '1',
'domain' => 'www.webnews.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-05-25 11:49:29',
'last_updated' => '2021-01-23 15:50:07',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
)),
1 =>
WP_Site::__set_state(array(
'blog_id' => '2',
'domain' => 'www.melablog.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-05-25 10:13:16',
'last_updated' => '2021-01-22 16:41:03',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
)),
2 =>
WP_Site::__set_state(array(
'blog_id' => '3',
'domain' => 'www.gamesblog.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-09-21 13:09:45',
'last_updated' => '2020-12-10 16:16:03',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
)),
),
'blog_details' =>
array (
1 =>
WP_Site::__set_state(array(
'blog_id' => '1',
'domain' => 'www.webnews.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-05-25 11:49:29',
'last_updated' => '2021-01-23 15:50:07',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
'blogname' => 'Webnews',
'siteurl' => 'https://www.webnews.it/wp',
'post_count' => '123110',
'home' => 'https://www.webnews.it',
)),
2 =>
WP_Site::__set_state(array(
'blog_id' => '2',
'domain' => 'www.melablog.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-05-25 10:13:16',
'last_updated' => '2021-01-22 16:41:03',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
'blogname' => 'Melablog',
'siteurl' => 'https://www.melablog.it/wp',
'post_count' => '24660',
'home' => 'https://www.melablog.it',
)),
3 =>
WP_Site::__set_state(array(
'blog_id' => '3',
'domain' => 'www.gamesblog.it',
'path' => '/',
'site_id' => '1',
'registered' => '2020-09-21 13:09:45',
'last_updated' => '2020-12-10 16:16:03',
'public' => '1',
'archived' => '0',
'mature' => '0',
'spam' => '0',
'deleted' => '0',
'lang_id' => '0',
'blogname' => 'Gamesblog',
'siteurl' => 'https://www.gamesblog.it/wp',
'post_count' => '42329',
'home' => 'https://www.gamesblog.it',
)),
),
);
?>
finito