Maintenance
遠隔みまもり看護株式会社
// --- 全ページをメンテナンスモードにする --- function wp_maintenance_mode_all_pages() { // 管理者がログインしていない場合のみ if ( !current_user_can('manage_options') || !is_user_logged_in() ) { // HTTPステータス503を返して検索エンジンにも一時停止を伝える status_header(503); nocache_headers(); echo '
Maintenance