1015 | | 'name' => get_option( 'blogname' ), |
1016 | | 'description' => get_option( 'blogdescription' ), |
1017 | | 'url' => get_option( 'siteurl' ), |
1018 | | 'home' => home_url(), |
1019 | | 'namespaces' => array_keys( $this->namespaces ), |
1020 | | 'authentication' => array(), |
1021 | | 'routes' => $this->get_data_for_routes( $this->get_routes(), $request['context'] ), |
| 1015 | 'name' => get_option( 'blogname' ), |
| 1016 | 'description' => get_option( 'blogdescription' ), |
| 1017 | 'url' => get_option( 'siteurl' ), |
| 1018 | 'home' => home_url(), |
| 1019 | 'gmt_offset' => get_option( 'gmt_offset' ), |
| 1020 | 'timezone_string' => get_option( 'timezone_string' ), |
| 1021 | 'namespaces' => array_keys( $this->namespaces ), |
| 1022 | 'authentication' => array(), |
| 1023 | 'routes' => $this->get_data_for_routes( $this->get_routes(), $request['context'] ), |