Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
sprintf(__('Uncaught "%s" thrown:'), get_class($throwable)) . ' ' . $throwable->getMessage( )/src/wp-includes/template.php1067
sprintf(__('Uncaught "%s" thrown:'), get_class($throwable)) . ' ' . $throwable->getMessage( )/src/wp-includes/template.php1028
__('Webfont font family must be a non-empty string.')/src/wp-includes/deprecated.php5565
'The PSR-0 `Requests_...` class names in the Requests library are deprecated.' . ' Switch to the PSR-4 `WpOrg\Requests\...` class names at your earliest convenience.'/src/wp-includes/class-requests.php23
__("PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension.")/src/wp-includes/atomlib.php155
__('Cache key must not be an empty string.')/src/wp-includes/class-wp-object-cache.php156
"Invalid content in element found. Content must not be of type text or html if it contains markup."/src/wp-includes/atomlib.php225
sprintf(__('XML Error: %1$s at line %2$s') . "\n", xml_error_string(xml_get_error_code($parser)), xml_get_current_line_number($parser))/src/wp-includes/atomlib.php178
'Fetching multiple feeds with single SimplePie instance is deprecated since SimplePie 1.9.0, create one SimplePie instance per feed and use SimplePie::merge_items to get a single list of items.'/src/wp-includes/SimplePie/src/SimplePie.php769
'Passing parameters to the constructor is no longer supported. Please use set_feed_url(), set_cache_location(), and set_cache_duration() directly.'/src/wp-includes/SimplePie/src/SimplePie.php686
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure the curl options in your HTTP client instead.', __METHOD__, get_class($this))/src/wp-includes/SimplePie/src/SimplePie.php894
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure the timeout in your HTTP client instead.', __METHOD__, get_class($this))/src/wp-includes/SimplePie/src/SimplePie.php859
__('Each webfont src must be a non-empty string.')/src/wp-includes/deprecated.php5580
__('Webfont src must be a non-empty string or an array of strings.')/src/wp-includes/deprecated.php5572
'TypeError: Dec2Bin(): Argument #1 ($number) must be numeric, ' . gettype($number) . ' given'/src/wp-includes/ID3/getid3.lib.php450
__('Webfont font weight must be a properly formatted string or integer.')/src/wp-includes/deprecated.php5588
__('Template names must contain a namespace prefix. Example: my-plugin//my-custom-template')/src/wp-includes/class-wp-block-templates-registry.php54
__('Template names must not contain uppercase characters.')/src/wp-includes/class-wp-block-templates-registry.php51
sprintf(__('Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.'), '<code>wp_enqueue_scripts</code>', '<code>admin_enqueue_scripts</code>', '<code>login_enqueue_scripts</code>')/src/wp-includes/functions.wp-scripts.php48
__('Expected string to start with script tag (without attributes) and end with script tag, with optional whitespace.')/src/wp-includes/script-loader.php3565
sprintf(__('Template "%s" is not registered.'), $template_name)/src/wp-includes/class-wp-block-templates-registry.php222
sprintf(__('Template "%s" is already registered.'), $template_name)/src/wp-includes/class-wp-block-templates-registry.php58
__('Template names must be strings.')/src/wp-includes/class-wp-block-templates-registry.php48
''/src/wp-includes/class-wp-block-templates-registry.php44
sprintf(__('Font collection "%1$s" has missing or empty property: "%2$s".'), $this->slug, $property)/src/wp-includes/fonts/class-wp-font-collection.php226
sprintf(__('Font collection with slug: "%s" is already registered.'), $new_collection->slug)/src/wp-includes/fonts/class-wp-font-library.php50
"$xml_error at line $error_line, column $error_col"/src/wp-includes/rss.php90
sprintf(__('Cache key must be an integer or a non-empty string, %s given.'), $type)/src/wp-includes/class-wp-object-cache.php158
sprintf(__('Interactivity directives were detected inside an incompatible %1$s tag. These directives will be ignored in the server side render.'), $tag_name)/src/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php207
sprintf(__('Interactivity directives were detected on an incompatible %1$s tag when processing "%2$s". These directives will be ignored in the server side render.'), $tag_name, end($this->namespace_stack))/src/wp-includes/interactivity-api/class-wp-interactivity-api.php499
sprintf(__('Namespace or reference path cannot be empty. Directive value referenced: %s'), json_encode($entry))/src/wp-includes/interactivity-api/class-wp-interactivity-api.php650
__('Font collection JSON file is invalid or does not exist.')/src/wp-includes/fonts/class-wp-font-collection.php122
'enable_xml_dump() has been deprecated since SimplePie 1.3, use get_raw_data() instead'/src/wp-includes/SimplePie/src/SimplePie.php3304
'subscribe_*() has been deprecated since SimplePie 1.3, implement the callback yourself'/src/wp-includes/SimplePie/src/SimplePie.php3300
'Favicon handling has been removed since SimplePie 1.3, please use your own handling'/src/wp-includes/SimplePie/src/SimplePie.php3281
'Favicon handling has been removed since SimplePie 1.3, please use your own handling'/src/wp-includes/SimplePie/src/SimplePie.php3269
"$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable."/src/wp-includes/SimplePie/src/SimplePie.php2081
"$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable."/src/wp-includes/SimplePie/src/SimplePie.php1814
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure the useragent in your HTTP client instead.', __METHOD__, get_class($this))/src/wp-includes/SimplePie/src/SimplePie.php1392
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1359
"Can't create " . $this->options['extras']['prefix'] . "cache_data table, check permissions"/src/wp-includes/SimplePie/src/Cache/MySQL.php92
'Undefined property: ' . get_class($this) . '::' . $name/src/wp-includes/SimplePie/src/IRI.php169
'User-supplied function $fn must be callable'/src/wp-includes/SimplePie/src/Item.php221
sprintf('Using the method "set_registry()" without implementing "%s" is deprecated since SimplePie 1.8.0, implement "%s" in "%s".', RegistryAware::class, RegistryAware::class, $class)/src/wp-includes/SimplePie/src/Registry.php209
'Cache::create() has been replaced with Cache::get_handler() since SimplePie 1.3.1, use the registry system instead.'/src/wp-includes/SimplePie/src/Cache.php75
"$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable."/src/wp-includes/SimplePie/src/Sanitize.php522
'Cannot merge zero SimplePie objects'/src/wp-includes/SimplePie/src/SimplePie.php3389
'Arguments must be SimplePie objects'/src/wp-includes/SimplePie/src/SimplePie.php3376
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1199
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1215
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1167
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1183
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1135
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1151
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure fsockopen in your HTTP client instead.', __METHOD__, get_class($this))/src/wp-includes/SimplePie/src/SimplePie.php927
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::set_cache()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1119
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1327
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1343
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1295
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1311
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1263
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1279
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1231
sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__)/src/wp-includes/SimplePie/src/SimplePie.php1247
sprintf(__('Fields other than %s are not currently supported for the sitemap index.'), implode(',', array('loc', 'lastmod')))/src/wp-includes/sitemaps/class-wp-sitemaps-renderer.php168
__('Invalid attribute name.')/src/wp-includes/html-api/class-wp-html-tag-processor.php3961
sprintf(__('Font collection slug "%s" is not valid. Slugs must use only alphanumeric characters, dashes, and underscores.'), $slug)/src/wp-includes/fonts/class-wp-font-collection.php59
sprintf(__('Fields other than %s are not currently supported for sitemaps.'), implode(',', array('loc', 'lastmod', 'changefreq', 'priority')))/src/wp-includes/sitemaps/class-wp-sitemaps-renderer.php232
__('Font src must be a non-empty string or an array of strings.')/src/wp-includes/fonts/class-wp-font-face.php177
__('Font font-family must be a non-empty string.')/src/wp-includes/fonts/class-wp-font-face.php166
__('Font font-weight must be a properly formatted string or integer.')/src/wp-includes/fonts/class-wp-font-face.php201
__('Each font src must be a non-empty string.')/src/wp-includes/fonts/class-wp-font-face.php189
sprintf(__('The called constructor method for %1$s class in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead.'), $class_name, $parent_class, $version, '<code>__construct()</code>')/src/wp-includes/functions.php5646
sprintf(__('The called constructor method for %1$s class is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $class_name, $version, '<code>__construct()</code>')/src/wp-includes/functions.php5655
sprintf('The called constructor method for %1$s class is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $class_name, $version, '<code>__construct()</code>')/src/wp-includes/functions.php5673
sprintf('The called constructor method for %1$s class in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead.', $class_name, $parent_class, $version, '<code>__construct()</code>')/src/wp-includes/functions.php5665
sprintf('Function %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $function_name, $version, $replacement)/src/wp-includes/functions.php5581
sprintf(__('Function %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $function_name, $version, $replacement)/src/wp-includes/functions.php5564
sprintf(__('Function %1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $function_name, $version)/src/wp-includes/functions.php5572
sprintf('Function %1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $function_name, $version)/src/wp-includes/functions.php5588
sprintf(__('Font collection "%s" not found.'), $slug)/src/wp-includes/fonts/class-wp-font-library.php79
__('The HTML parameter must be a string.')/src/wp-includes/html-api/class-wp-html-processor.php303
__('Raw size value must be a string, integer, or float.')/src/wp-includes/block-supports/typography.php368
__('The HTML parameter must be a string.')/src/wp-includes/html-api/class-wp-html-processor.php354
__('No valid context element was detected.')/src/wp-includes/html-api/class-wp-html-processor.php324
__('The context element must be a start tag.')/src/wp-includes/html-api/class-wp-html-processor.php481
sprintf(__('Call %s to create an HTML Processor instead of calling the constructor directly.'), '<code>WP_HTML_Processor::create_fragment()</code>')/src/wp-includes/html-api/class-wp-html-processor.php387
sprintf(__('The context element "%s" is not supported.'), $tag_name)/src/wp-includes/html-api/class-wp-html-processor.php513
sprintf(__('The context element cannot be a void element, found "%s".'), $tag_name)/src/wp-includes/html-api/class-wp-html-processor.php493
__('Cannot set bookmarks on tokens that do no appear in the original HTML text.')/src/wp-includes/html-api/class-wp-html-processor.php5727
__('Please pass a query array to this function.')/src/wp-includes/html-api/class-wp-html-processor.php705
__('Too many bookmarks: cannot create any more.')/src/wp-includes/html-api/class-wp-html-tag-processor.php1350
__('The HTML parameter must be a string.')/src/wp-includes/html-api/class-wp-html-tag-processor.php840
__('Too many calls to seek() - this can lead to performance issues.')/src/wp-includes/html-api/class-wp-html-tag-processor.php2629
__('Unknown bookmark name.')/src/wp-includes/html-api/class-wp-html-tag-processor.php2611
__('The query argument must be an array or a tag name.')/src/wp-includes/html-api/class-wp-html-tag-processor.php4343
__('Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead.')/src/wp-login.php155
sprintf(__('The REST API can no longer be completely disabled, the %s filter can be used to restrict access to the API, instead.'), 'rest_authentication_errors')/src/wp-includes/rest-api/class-wp-rest-server.php347
sprintf(__('%s expects a non-empty string.'), '<code>wp_opcache_invalidate_directory()</code>')/src/wp-admin/includes/file.php2787
sprintf(__('"%1$s" is not a supported wp_template_part area value and has been added as "%2$s".'), $type, WP_TEMPLATE_PART_AREA_UNCATEGORIZED)/src/wp-includes/block-template-utils.php266
sprintf('The %s constant is no longer supported.', 'WP_ENVIRONMENT_TYPES')/src/wp-includes/load.php270
sprintf(__('The %s constant is no longer supported.'), 'WP_ENVIRONMENT_TYPES')/src/wp-includes/load.php268
__('Please consider writing more inclusive code.')/src/wp-includes/comment.php1381
__('Please consider writing more inclusive code.')/src/wp-admin/options.php228
sprintf(__('"%1$s" in %2$s %3$s is not a hex or rgb string.'), $color_str, 'theme.json', 'settings.color.duotone')/src/wp-includes/class-wp-duotone.php672
sprintf(__('The duotone id "%1$s" is not registered in %2$s settings'), $filter_id, 'theme.json')/src/wp-includes/class-wp-duotone.php902
sprintf(__('Object ID must be an integer, %s given.'), gettype($object_id))/src/wp-includes/functions.php7335
sprintf(__('The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled.'), '<code>VHOST</code>', '<code>SUBDOMAIN_INSTALL</code>', '<code>wp-config.php</code>', '<code>is_subdomain_install()</code>')/src/wp-includes/ms-default-constants.php140
''/src/wp-includes/class-wp-date-query.php423
sprintf(__('The following values do not describe a valid date: year %1$s, month %2$s, day %3$s.'), '<code>' . esc_html($date_query['year']) . '</code>', '<code>' . esc_html($date_query['month']) . '</code>', '<code>' . esc_html($date_query['day']) . '</code>')/src/wp-includes/class-wp-date-query.php432
sprintf(__('The following values do not describe a valid date: month %1$s, day %2$s.'), '<code>' . esc_html($date_query['month']) . '</code>', '<code>' . esc_html($date_query['day']) . '</code>')/src/wp-includes/class-wp-date-query.php448
sprintf(__('Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s.'), '<code>' . esc_html($_value) . '</code>', '<code>' . esc_html($key) . '</code>', '<code>' . esc_html($check['min']) . '</code>', '<code>' . esc_html($check['max']) . '</code>')/src/wp-includes/class-wp-date-query.php402
sprintf(__('Please include a %s template in your theme.'), basename(__FILE__))/src/wp-includes/theme-compat/comments.php15
__('This file is only loaded for backward compatibility with SimplePie 1.2.x. Please consider switching to a recent SimplePie version.')/src/wp-includes/class-wp-feed-cache.php15
sprintf(__('Please include a %s template in your theme.'), basename(__FILE__))/src/wp-includes/theme-compat/header.php15
sprintf(__('Please include a %s template in your theme.'), basename(__FILE__))/src/wp-includes/theme-compat/footer.php15
'The PHP native JSON extension is now a requirement.'/src/wp-includes/class-json.php2
__('The PHPMailer class has been moved to wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.')/src/wp-includes/class-phpmailer.php11
__('This file no longer needs to be included.')/src/wp-includes/registration.php9
sprintf(__('Please include a %s template in your theme.'), basename(__FILE__))/src/wp-includes/theme-compat/sidebar.php15
'SPL can no longer be disabled as of PHP 5.3.'/src/wp-includes/spl-autoload-compat.php14
sprintf(__('Class %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.'), $class_name, $version, $replacement)/src/wp-includes/functions.php5727
__('This file no longer needs to be included.')/src/wp-includes/registration-functions.php9
__('The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.')/src/wp-includes/class-smtp.php10
sprintf('Class %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.', $class_name, $version, $replacement)/src/wp-includes/functions.php5744
"MagpieRSS [debug] $debugmsg"/src/wp-includes/rss.php837
sprintf(__('Class %1$s is <strong>deprecated</strong> since version %2$s with no alternative available.'), $class_name, $version)/src/wp-includes/functions.php5735
sprintf('Class %1$s is <strong>deprecated</strong> since version %2$s with no alternative available.', $class_name, $version)/src/wp-includes/functions.php5751
"The property `{$name}` is not declared. Getting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-user-query.php1145
__('The user_pass field is required when creating a new user. The user will need to reset their password before logging in.')/src/wp-includes/user.php2235
sprintf(__('Some of the %1$s %2$s values are invalid'), 'theme.json', 'settings.spacing.spacingScale')/src/wp-includes/class-wp-theme-json.php4085
"The property `{$name}` is not declared. Setting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-user-query.php1169
'Error when decoding a theme.json schema for user data. ' . json_last_error_msg( )/src/wp-includes/class-wp-theme-json-resolver.php564
__("PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension.")/src/wp-admin/link-parse-opml.php81
"$theme_root/$dir is not readable"/src/wp-includes/theme.php541
sprintf(__('<strong>Conflicting values for the constants %1$s and %2$s.</strong> The value of %2$s will be assumed to be your subdomain configuration setting.'), '<code>VHOST</code>', '<code>SUBDOMAIN_INSTALL</code>') . ' ' . $vhost_deprecated/src/wp-includes/ms-default-constants.php157
sprintf(__('%1$s only accepts a non-empty path string, received %2$s.'), '<code>clean_dirsize_cache()</code>', '<code>' . gettype($path) . '</code>')/src/wp-includes/functions.php8878
"PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension."/src/wp-includes/rss.php66
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-includes/update.php481
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-includes/update.php767
"Cannot serialize HTML Processor with parsing error: {$this->get_last_error( )}."/src/wp-includes/html-api/class-wp-html-processor.php1305
'An HTML Processor which has already started processing cannot serialize its contents. Serialize immediately after creating the instance.'/src/wp-includes/html-api/class-wp-html-processor.php1291
"A property `{$name}` is not declared. Unsetting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-user-query.php1214
"The property `{$name}` is not declared. Checking `isset()` on a dynamic property " . 'is deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-user-query.php1191
sprintf(__('Unable to locate WordPress content directory (%s).'), 'wp-content')/src/wp-includes/update.php1169
__('Could not access filesystem.')/src/wp-includes/update.php1161
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-includes/update.php255
__("PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension.")/src/wp-includes/feed.php594
"The property `{$name}` is not declared. Getting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-text-diff-renderer-table.php554
sprintf(__('Warning: %1$s expects parameter %2$s (%3$s) to be a %4$s, %5$s given.'), __FUNCTION__, '#1', '$text', 'string', gettype($text))/src/wp-includes/formatting.php5543
'The PSR-0 `Requests_...` class names in the Requests library are deprecated.' . ' Switch to the PSR-4 `WpOrg\Requests\...` class names at your earliest convenience.'/src/wp-includes/Requests/src/Autoload.php170
"Can't create " . $this->options['extras']['prefix'] . "items table, check permissions"/src/wp-includes/SimplePie/src/Cache/MySQL.php101
__("PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension.")/src/wp-includes/IXR/class-IXR-message.php48
'Undefined property: ' . get_class($this) . '::' . $name/src/wp-includes/Requests/src/Iri.php213
sprintf(__('%s must set a database connection for use with escaping.'), $class)/src/wp-includes/class-wpdb.php1283
__('The query only expected one placeholder, but an array of multiple placeholders was sent.')/src/wp-includes/class-wpdb.php1683
sprintf(__('Arguments cannot be prepared as both an Identifier and Value. Found the following conflicts: %s'), implode(', ', $conflicts))/src/wp-includes/class-wpdb.php1661
sprintf(__('Unsupported value type (%s).'), gettype($value))/src/wp-includes/class-wpdb.php1741
sprintf(__('The query does not contain the correct number of placeholders (%1$d) for the number of arguments passed (%2$d).'), $placeholder_count, $args_count)/src/wp-includes/class-wpdb.php1697
__('The specified manifest file does not exist.')/src/wp-includes/class-wp-block-metadata-registry.php138
sprintf(__('Block metadata collections cannot be registered as one of the following directories or their parent directories: %s'), esc_html(implode(wp_get_list_item_separator( ), $collection_roots)))/src/wp-includes/class-wp-block-metadata-registry.php125
sprintf(__('No %1$s was set in the arguments array for the "%2$s" sidebar. Defaulting to "%3$s". Manually set the %1$s to "%3$s" to silence this notice and keep existing sidebar content.'), '<code>id</code>', $sidebar['name'], $sidebar['id'])/src/wp-includes/widgets.php305
__('No registered block metadata collection was found for the provided path.')/src/wp-includes/class-wp-block-metadata-registry.php204
sprintf(__('"%1$s" script should not be enqueued together with the new widgets editor (%2$s or %3$s).'), 'wp-editor', 'wp-edit-widgets', 'wp-customize-widgets')/src/wp-includes/widgets.php2118
sprintf(__('Widgets need to be registered using %s, before they can be displayed.'), '<code>register_widget()</code>')/src/wp-includes/widgets.php1224
sprintf(__('"%1$s" style should not be enqueued together with the new widgets editor (%2$s or %3$s).'), 'wp-edit-post', 'wp-edit-widgets', 'wp-customize-widgets')/src/wp-includes/widgets.php2131
__('Taxonomy names must be between 1 and 32 characters in length.')/src/wp-includes/taxonomy.php528
__('Your object cache implementation does not support flushing the in-memory runtime cache.')/src/wp-includes/cache-compat.php144
__('Your object cache implementation does not support flushing individual groups.')/src/wp-includes/cache-compat.php176
sprintf(__('The %1$s parameter must be an array. To pass arbitrary data to scripts, use the %2$s function instead.'), '<code>$l10n</code>', '<code>wp_add_inline_script()</code>')/src/wp-includes/class-wp-scripts.php610
sprintf(__('Cannot supply a strategy `%1$s` for script `%2$s` because it is an alias (it lacks a `src` value).'), $value, $handle)/src/wp-includes/class-wp-scripts.php869
sprintf(__('Invalid strategy `%1$s` defined for `%2$s` during script registration.'), $value, $handle)/src/wp-includes/class-wp-scripts.php857
sprintf(__('Cannot supply a fetchpriority `%1$s` for script `%2$s` because it is an alias (it lacks a `src` value).'), is_string($value) ? $value : gettype($value), $handle)/src/wp-includes/class-wp-scripts.php898
sprintf(__('Invalid fetchpriority `%1$s` defined for `%2$s` during script registration.'), is_string($value) ? $value : gettype($value), $handle)/src/wp-includes/class-wp-scripts.php886
__('Missing required id key in entry among dependencies array.')/src/wp-includes/class-wp-script-modules.php122
__('Non-empty string required for id.')/src/wp-includes/class-wp-script-modules.php113
sprintf(__('Invalid fetchpriority `%1$s` defined for `%2$s` during script registration.'), is_string($args['fetchpriority']) ? $args['fetchpriority'] : gettype($args['fetchpriority']), $id)/src/wp-includes/class-wp-script-modules.php148
__('Entries in dependencies array must be either strings or arrays with an id key.')/src/wp-includes/class-wp-script-modules.php135
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php717
sprintf(__('Invalid fetchpriority: %s'), $priority)/src/wp-includes/class-wp-script-modules.php214
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php455
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php561
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php389
sprintf($message, '<code>' . $post->post_type . '</code>', '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php410
sprintf($message, '<code>' . $post->post_type . '</code>', '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php329
sprintf($message, '<code>' . get_post_status($post) . '</code>', '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php357
__('The post ID must be greater than 0.')/src/wp-includes/post.php3779
__('Post type names must be between 1 and 20 characters in length.')/src/wp-includes/post.php1826
sprintf(__('Routes must be namespaced with plugin or theme name and version. Instead there seems to be an empty namespace \'%1$s\' for route \'%2$s\'.'), '<code>' . $route_namespace . '</code>', '<code>' . $route . '</code>')/src/wp-includes/rest-api.php43
sprintf(__('Invalid taxonomy: %s.'), $taxonomy)/src/wp-includes/post.php5004
sprintf(__('Namespace must not start or end with a slash. Instead namespace \'%1$s\' for route \'%2$s\' seems to contain a slash.'), '<code>' . $route_namespace . '</code>', '<code>' . $route . '</code>')/src/wp-includes/rest-api.php71
sprintf(__('Route must be specified. Instead within the namespace \'%1$s\', there seems to be an empty route \'%2$s\'.'), '<code>' . $route_namespace . '</code>', '<code>' . $route . '</code>')/src/wp-includes/rest-api.php55
sprintf(__('The REST API route definition for %1$s is missing the required %2$s argument. For REST API routes that are intended to be public, use %3$s as the permission callback.'), '<code>' . $clean_namespace . '/' . trim($route, '/') . '</code>', '<code>permission_callback</code>', '<code>__return_true</code>')/src/wp-includes/rest-api.php125
sprintf(__('REST API routes must be registered on the %1$s action. Instead route \'%2$s\' with namespace \'%3$s\' was not registered on this action.'), '<code>rest_api_init</code>', '<code>' . $route . '</code>', '<code>' . $route_namespace . '</code>')/src/wp-includes/rest-api.php84
wp_sprintf(__('The "type" schema keyword for %1$s can only contain the built-in types: %2$l.'), $param, $allowed_types)/src/wp-includes/rest-api.php1719
sprintf(__('REST API %1$s should be an array of arrays. Non-array value detected for %2$s.'), '<code>$args</code>', '<code>' . $clean_namespace . '/' . trim($route, '/') . '</code>')/src/wp-includes/rest-api.php140
sprintf(__('The "type" schema keyword for %s is required.'), $param)/src/wp-includes/rest-api.php2200
__('Cannot stabilize objects. Convert the object to an array first.')/src/wp-includes/rest-api.php1781
wp_sprintf(__('The "type" schema keyword for %1$s can only be one of the built-in types: %2$l.'), $param, $allowed_types)/src/wp-includes/rest-api.php2222
sprintf(__('The "type" schema keyword for %s is required.'), $param)/src/wp-includes/rest-api.php2802
wp_sprintf(__('The "type" schema keyword for %1$s can only be one of the built-in types: %2$l.'), $param, $allowed_types)/src/wp-includes/rest-api.php2819
sprintf(__('Abilities must be registered on the %1$s action. The ability %2$s was not registered.'), '<code>wp_abilities_api_init</code>', '<code>' . esc_html($name) . '</code>')/src/wp-includes/abilities-api.php282
sprintf(__('A speculation rule with ID "%s" already exists.'), esc_html($id))/src/wp-includes/class-wp-speculation-rules.php103
sprintf(__('Ability categories must be registered on the %1$s action. The ability category %2$s was not registered.'), '<code>wp_abilities_api_categories_init</code>', '<code>' . esc_html($slug) . '</code>')/src/wp-includes/abilities-api.php471
__('When registering an "array" setting to show in the REST API, you must specify the schema for each array item in "show_in_rest.schema.items".')/src/wp-includes/option.php3037
sprintf(__('Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead.'), $id, sprintf('<a href="%1$s">%2$s</a>', esc_url('https://developer.wordpress.org/reference/hooks/customize_loaded_components/'), '<code>customize_loaded_components</code>'))/src/wp-includes/class-wp-customize-manager.php3940
sprintf(__('A speculation rule of source "%1$s" must not include a "%2$s" key.'), 'document', 'urls')/src/wp-includes/class-wp-speculation-rules.php166
sprintf(__('The value "%s" is not a valid ID for a speculation rule.'), esc_html($id))/src/wp-includes/class-wp-speculation-rules.php90
sprintf(__('The value "%s" is not a valid speculation rules mode.'), esc_html($mode))/src/wp-includes/class-wp-speculation-rules.php77
sprintf(__('A speculation rule must include either a "%1$s" key or a "%2$s" key, but not both.'), 'where', 'urls')/src/wp-includes/class-wp-speculation-rules.php125
sprintf(__('Attempting to parse a shortcode without a valid callback: %s'), $tag)/src/wp-includes/shortcodes.php407
sprintf(__('A speculation rule of source "%1$s" must not include a "%2$s" key.'), 'list', 'where')/src/wp-includes/class-wp-speculation-rules.php152
sprintf(__('The value "%s" is not a valid source for a speculation rule.'), esc_html($rule['source']))/src/wp-includes/class-wp-speculation-rules.php139
sprintf(__('The value "%s" is not a valid eagerness for a speculation rule.'), esc_html($rule['eagerness']))/src/wp-includes/class-wp-speculation-rules.php183
sprintf(__('The query argument of %s must have a placeholder.'), 'wpdb::prepare()')/src/wp-includes/class-wpdb.php1474
__('Cannot hook block to itself.')/src/wp-includes/blocks.php733
sprintf(__('Block "%1$s" is declaring %2$s support in %3$s file under %4$s. %2$s support is now declared under %5$s.'), $metadata['name'], "<code>$typography_key</code>", '<code>block.json</code>', "<code>supports.$typography_key</code>", "<code>supports.typography.$typography_key</code>")/src/wp-includes/blocks.php2606
sprintf(__('Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s'), $tag, '& / < > [ ] =')/src/wp-includes/shortcodes.php78
sprintf(__('Use %s instead.'), '<code>WP_User->ID</code>')/src/wp-includes/class-wp-user.php356
sprintf(__('%1$s is deprecated. The callback from %2$s is used instead.'), '<code>$sanitize_callback</code>', '<code>register_setting()</code>')/src/wp-includes/option.php3156
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'privacy')/src/wp-includes/option.php3134
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'misc')/src/wp-includes/option.php3121
sprintf(__('%1$s is deprecated. Use %2$s instead.'), '<code>caller_get_posts</code>', '<code>ignore_sticky_posts</code>')/src/wp-includes/class-wp-query.php1956
sprintf(__('Use %s instead.'), '<code>WP_User->ID</code>')/src/wp-includes/class-wp-user.php381
__('Usage of user levels is deprecated. Use capabilities instead.')/src/wp-includes/class-wp-user.php786
sprintf(__('Use %s instead.'), '<code>WP_User->ID</code>')/src/wp-includes/class-wp-user.php315
sprintf(__('The suggested privacy policy content should be added by using the %s (or later) action. Please see the inline documentation.'), '<code>admin_init</code>')/src/wp-admin/includes/plugin.php2444
sprintf(__('The seventh parameter passed to %s should be numeric representing menu position.'), '<code>add_menu_page()</code>')/src/wp-admin/includes/plugin.php1417
sprintf(__('The seventh parameter passed to %s should be numeric representing menu position.'), '<code>add_submenu_page()</code>')/src/wp-admin/includes/plugin.php1521
__('Invalid shortcode name: Empty name given.')/src/wp-includes/shortcodes.php69
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'privacy')/src/wp-includes/option.php3061
sprintf(__('%1$s is deprecated. Use %2$s instead.'), '<code>type => link</code>', '<code>taxonomy => link_category</code>')/src/wp-includes/category-template.php377
__('This argument has changed to an array to match the behavior of the other cron functions.')/src/wp-includes/cron.php558
sprintf(__('The suggested privacy policy content should be added only in wp-admin by using the %s (or later) action.'), '<code>admin_init</code>')/src/wp-admin/includes/plugin.php2433
sprintf(__('The %1$s argument must be a non-empty string for %2$s.'), '<code>url</code>', '<code>' . esc_html($view) . '</code>')/src/wp-admin/includes/class-wp-list-table.php452
sprintf(__('The %1$s argument must be a non-empty string for %2$s.'), '<code>label</code>', '<code>' . esc_html($view) . '</code>')/src/wp-admin/includes/class-wp-list-table.php467
sprintf(__('Likely direct inclusion of %1$s in order to use %2$s. This is very wrong. Hook the %2$s call into the %3$s action instead.'), '<code>wp-admin/includes/template.php</code>', '<code>add_meta_box()</code>', '<code>add_meta_boxes</code>')/src/wp-admin/includes/template.php2693
sprintf(__('The %s argument must be an array.'), '<code>$link_data</code>')/src/wp-admin/includes/class-wp-list-table.php435
sprintf(__('The %s parameter must not be empty.'), '$data')/src/wp-includes/functions.php8070
sprintf(__('The %s key must be a string without spaces.'), '<code>type</code>')/src/wp-includes/functions.php9065
sprintf(__('Return a %1$s or %2$s object from your callback when using the REST API.'), 'WP_REST_Response', 'WP_Error')/src/wp-includes/functions.php4532
__('Only UUID V4 is supported at this time.')/src/wp-includes/functions.php7990
"The property `{$name}` is not declared. Checking `isset()` on a dynamic property " . 'is deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-text-diff-renderer-table.php600
sprintf(__('The "%s" argument must be a non-empty string.'), '$dir')/src/wp-admin/includes/class-wp-automatic-updater.php81
"The property `{$name}` is not declared. Setting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-text-diff-renderer-table.php578
sprintf(__('The %s post meta must be an array.'), '<code>_export_data_grouped</code>')/src/wp-admin/includes/privacy-tools.php404
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-admin/includes/update.php154
__('Non-empty string required for id.')/src/wp-includes/class-wp-script-modules.php285
"The property `{$name}` is not declared. Getting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-admin/includes/class-wp-list-table.php191
sprintf(__('When using the %1$s constant, make sure to set these globals to an array: %2$s.'), '<code>CUSTOM_TAGS</code>', implode(', ', $missing_kses_globals))/src/wp-includes/kses.php923
sprintf(__('The Site Health check for %1$s has been replaced with %2$s.'), 'wp_ajax_health_check_loopback_requests', 'WP_REST_Site_Health_Controller::test_loopback_requests')/src/wp-admin/includes/ajax-actions.php5432
sprintf(__('The Site Health check for %1$s has been replaced with %2$s.'), 'wp_ajax_health_check_get_sizes', 'WP_REST_Site_Health_Controller::get_directory_sizes')/src/wp-admin/includes/ajax-actions.php5482
"$theme_root is not readable"/src/wp-includes/theme.php517
sprintf(__('The Site Health check for %1$s has been replaced with %2$s.'), 'wp_ajax_health_check_dotorg_communication', 'WP_REST_Site_Health_Controller::test_dotorg_communication')/src/wp-admin/includes/ajax-actions.php5366
"A property `{$name}` is not declared. Unsetting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-includes/class-wp-text-diff-renderer-table.php623
sprintf(__('The Site Health check for %1$s has been replaced with %2$s.'), 'wp_ajax_health_check_background_updates', 'WP_REST_Site_Health_Controller::test_background_updates')/src/wp-admin/includes/ajax-actions.php5399
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'misc')/src/wp-admin/includes/template.php1650
sprintf(__('%1$s needs to be a %2$s object.'), '$image', 'WP_Image_Editor')/src/wp-admin/includes/image-edit.php364
sprintf(__('Use %s instead if you do not want the value echoed.'), '<code>get_trackback_url()</code>')/src/wp-includes/comment-template.php1252
sprintf(__('%1$s needs to be a %2$s object.'), '$image', 'WP_Image_Editor')/src/wp-admin/includes/image-edit.php638
sprintf(__('%1$s is deprecated. Use %2$s instead.'), '<code>type => link</code>', '<code>taxonomy => link_category</code>')/src/wp-includes/category.php45
sprintf(__('Use the %s filter instead.'), '<code>document_title_separator</code>')/src/wp-includes/feed.php106
__('Could not access filesystem.')/src/wp-admin/includes/class-wp-upgrader.php1019
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-admin/includes/theme.php574
sprintf(__('The "%1$s" option key has been renamed to "%2$s".'), $option, $deprecated_keys[$option])/src/wp-includes/option.php1098
sprintf(__('The "%1$s" option key has been renamed to "%2$s".'), $option, $deprecated_keys[$option])/src/wp-includes/option.php871
sprintf(__('The "%1$s" option key has been renamed to "%2$s".'), $option, $deprecated_keys[$option])/src/wp-includes/option.php102
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'misc')/src/wp-includes/option.php3048
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'privacy')/src/wp-admin/includes/template.php1663
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'misc')/src/wp-admin/includes/template.php1717
sprintf(__('%1$s needs to be a %2$s object.'), '$image', 'WP_Image_Editor')/src/wp-admin/includes/image-edit.php459
sprintf(__('The "%s" options group has been removed. Use another settings group.'), 'privacy')/src/wp-admin/includes/template.php1730
__('Use as a `pre_render_block` filter is deprecated. Use with `render_block_data` instead.')/src/wp-includes/block-supports/elements.php128
__('`boolean` type for second argument `$settings` is deprecated. Use `array()` instead.')/src/wp-includes/block-supports/typography.php573
sprintf(__('The %1$s setting is unregistered. Unregistered settings are deprecated. See <a href="%2$s">documentation on the Settings API</a>.'), '<code>' . esc_html($option) . '</code>', __('https://developer.wordpress.org/plugins/settings/settings-api/'))/src/wp-admin/options.php327
sprintf(__('The %1$s plugin header is deprecated. Use %2$s instead.'), '<code>Site Wide Only: true</code>', '<code>Network: true</code>')/src/wp-admin/includes/plugin.php99
sprintf(__('The %1$s constant in your %2$s file is no longer needed.'), 'WPLANG', 'wp-config.php')/src/wp-admin/options-general.php347
__('Passing an integer number of posts is deprecated. Pass an array of arguments instead.')/src/wp-includes/post.php4402
sprintf(__('Use the %s filter instead.'), '<code>document_title_separator</code>')/src/wp-includes/feed.php132
'TinyMCE editor IDs cannot have brackets.'/src/wp-includes/class-wp-editor.php111
sprintf(__('Use %s instead.'), '<code>WP_User->ID</code>')/src/wp-includes/class-wp-user.php282
__('IE conditional comments are ignored by all supported browsers.')/src/wp-includes/class-wp-dependencies.php296
sprintf('Use <code>%s</code> as the parent for the <code>%s</code> admin bar node instead of <code>%s</code>.', $new_parent, $args['id'], $args['parent'])/src/wp-includes/class-wp-admin-bar.php174
sprintf(__('Use commas instead of %s to separate excluded terms.'), "'and'")/src/wp-includes/link-template.php1851
sprintf(__('%1$s is deprecated. Use %2$s instead.'), '<code>who</code>', '<code>capability</code>')/src/wp-includes/class-wp-user-query.php403
sprintf(__('The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead.'), '<code>' . $show . '</code>', '<code>bloginfo()</code>', '<code>is_rtl()</code>')/src/wp-includes/general-template.php900
sprintf(__('The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead.'), '<code>' . $show . '</code>', '<code>bloginfo()</code>', '<code>url</code>')/src/wp-includes/general-template.php819
sprintf(__('Use %s instead if you do not want the value echoed.'), '<code>get_the_author()</code>')/src/wp-includes/author-template.php70
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php503
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php588
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php217
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php533
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php165
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php246
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php341
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php191
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php733
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php766
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php437
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php700
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php391
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php470
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php557
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php417
__('The namespace should be a non-empty string.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php160
__('The namespace can only be omitted during directive processing.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php168
__('The context can only be read during directive processing.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php320
__('$store must be an instance of WP_Style_Engine_CSS_Rules_Store')/src/wp-includes/style-engine/class-wp-style-engine-processor.php46
sprintf(__('REST search handlers must extend the %s class.'), 'WP_REST_Search_Handler')/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php74
sprintf(__("Method '%s' must be overridden."), __METHOD__)/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php53
sprintf(__('Please use %s to add new schema properties.'), 'register_rest_field')/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php2766
sprintf(__('The "%1$s" taxonomy "%2$s" property (%3$s) conflicts with an existing property on the REST API Posts Controller. Specify a custom "rest_base" when registering the taxonomy to avoid this error.'), $taxonomy->name, $taxonomy_field_name_with_conflict, $base)/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php2712
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php365
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php275
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php304
sprintf(__('Uncaught error executing a derived state callback with path "%1$s" and namespace "%2$s".'), $path, $ns)/src/wp-includes/interactivity-api/class-wp-interactivity-api.php733
__('Partial render must echo the content or return the content string (or array), but not both.')/src/wp-includes/customize/class-wp-customize-partial.php226
__('The namespace should be a non-empty string.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php330
__('The element can only be read during directive processing.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php359
__('The namespace is required when state data is passed.')/src/wp-includes/interactivity-api/class-wp-interactivity-api.php152
sprintf(__('Loaded version \'%1$s\' incompatible with expected version \'%2$s\'.'), $state['storage_version'], self::STORAGE_VERSION)/src/wp-includes/class-wp-token-map.php411
__('Ability name must be a string containing a namespace prefix, i.e. "my-plugin/my-ability". It can only contain lowercase alphanumeric characters, dashes and the forward slash.')/src/wp-includes/abilities-api/class-wp-abilities-registry.php84
sprintf(__('User queries should not be run before the %s hook.'), '<code>plugins_loaded</code>')/src/wp-includes/class-wp-user-query.php788
sprintf(__('Do not pass %1$s tags to %2$s.'), '<code>&lt;style&gt;</code>', '<code>wp_add_inline_style()</code>')/src/wp-includes/functions.wp-styles.php93
__('An image should not be lazy-loaded and marked as high priority at the same time.')/src/wp-includes/media.php2240
sprintf(__('Translation loading for the %1$s domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the %2$s action or later.'), '<code>' . $domain . '</code>', '<code>init</code>')/src/wp-includes/l10n.php1383
sprintf(__('Block pattern category "%s" not found.'), $category_name)/src/wp-includes/class-wp-block-pattern-categories-registry.php92
__('Block pattern category name must be a string.')/src/wp-includes/class-wp-block-pattern-categories-registry.php56
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-admin/includes/translation-install.php82
sprintf(__('Ability API should not be initialized before the %s action has fired.'), '<code>init</code>')/src/wp-includes/abilities-api/class-wp-abilities-registry.php276
sprintf(__("File %s doesn't exist!"), $filename)/src/wp-includes/functions.php4671
sprintf(__('Property "%1$s" is not a valid property for ability category "%2$s". Please check the %3$s class for allowed properties.'), '<code>' . esc_html($property_name) . '</code>', '<code>' . esc_html($this->slug) . '</code>', '<code>' . __CLASS__ . '</code>')/src/wp-includes/abilities-api/class-wp-ability-category.php90
"The property `{$name}` is not declared. Setting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-admin/includes/class-wp-list-table.php215
sprintf(__('Ability "%s" not found.'), esc_html($name))/src/wp-includes/abilities-api/class-wp-abilities-registry.php195
sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')) . ' ' . __('(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)')/src/wp-admin/includes/plugin-install.php178
sprintf(__('Ability "%s" not found.'), esc_html($name))/src/wp-includes/abilities-api/class-wp-abilities-registry.php255
"A property `{$name}` is not declared. Unsetting a dynamic property is " . 'deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-admin/includes/class-wp-list-table.php260
sprintf(__('Pattern "%s" not found.'), $pattern_name)/src/wp-includes/class-wp-block-patterns-registry.php149
sprintf('The prefix must be a string. "%s" data type given.', gettype($prefix))/src/wp-includes/functions.php8039
__('Pattern content must be a string.')/src/wp-includes/class-wp-block-patterns-registry.php112
sprintf(__('Error when decoding a JSON file at path %1$s: %2$s'), $filename, json_last_error_msg( ))/src/wp-includes/functions.php4686
__('Pattern title must be a string.')/src/wp-includes/class-wp-block-patterns-registry.php102
"The property `{$name}` is not declared. Checking `isset()` on a dynamic property " . 'is deprecated since version 6.4.0! Instead, declare the property on the class.'/src/wp-admin/includes/class-wp-list-table.php237
__('Pattern name must be a string.')/src/wp-includes/class-wp-block-patterns-registry.php93
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php906
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php676
sprintf(__('Token Map tokens and substitutions must all be shorter than %1$d bytes.'), self::MAX_LENGTH)/src/wp-includes/class-wp-token-map.php298
sprintf(__('In %1$s, use the %2$s method, not the %3$s function. See %4$s.'), '<code>pre_get_posts</code>', '<code>WP_Query->is_main_query()</code>', '<code>is_main_query()</code>', __('https://developer.wordpress.org/reference/functions/is_main_query/'))/src/wp-includes/query.php913
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php612
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php790
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php656
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php636
sprintf(__('The %s argument must be a string or a string array.'), '<code>$value</code>')/src/wp-includes/class-wp-block-type.php437
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php882
__('An image should not be lazy-loaded and marked as high priority at the same time.')/src/wp-includes/media.php6087
sprintf(__('Could not register file "%s" as a block pattern as the file does not exist.'), $file)/src/wp-includes/block-patterns.php388
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php814
__('Missing required inputs to pre-computed WP_Token_Map.')/src/wp-includes/class-wp-token-map.php401
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php862
__('Conditional query tags do not work before the query is run. Before then, they always return false.')/src/wp-includes/query.php838
__('When registering a default meta value the data must match the type provided.')/src/wp-includes/meta.php1547
__('Meta keys cannot enable revisions support unless the object subtype supports revisions.')/src/wp-includes/meta.php1507
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php94
sprintf(__('The %s table is not installed. Please run the network database upgrade.'), $GLOBALS['wpdb']->blogmeta)/src/wp-includes/ms-site.php1336
__('Block type names must contain a namespace prefix. Example: my-plugin/my-custom-block-type')/src/wp-includes/class-wp-block-type-registry.php77
__('Block type names must not contain uppercase characters.')/src/wp-includes/class-wp-block-type-registry.php67
__('Meta keys cannot enable revisions support unless the object type supports revisions.')/src/wp-includes/meta.php1503
sprintf(__('Block type "%s" is already registered.'), $name)/src/wp-includes/class-wp-block-type-registry.php87
sprintf(__('Unable to pass %s if not using multisite.'), '<code>$network_id</code>')/src/wp-includes/user.php1489
sprintf(__('Could not register file "%s" as a block pattern ("Title" field missing)'), $file)/src/wp-includes/class-wp-theme.php1936
__('Block type names must be strings.')/src/wp-includes/class-wp-block-type-registry.php58
sprintf(__('Unable to pass %s if not using multisite.'), '<code>$network_id</code>')/src/wp-includes/user.php1465
__('When registering an "array" meta type to show in the REST API, you must specify the schema for each array item in "show_in_rest.schema.items".')/src/wp-includes/meta.php1494
sprintf(__('Unable to pass %s if not using multisite.'), '<code>$network_id</code>')/src/wp-includes/user.php1522
sprintf(__('The %1$s filter must return an integer value greater than 0.'), '<code>wp_theme_files_cache_ttl</code>')/src/wp-includes/class-wp-theme.php2036
sprintf(__('Filter %s returned items with reserved names.'), '<code>wp_privacy_additional_user_profile_data</code>')/src/wp-includes/user.php4073
sprintf(__('Property "%1$s" is not a valid property for ability "%2$s". Please check the %3$s class for allowed properties.'), '<code>' . esc_html($property_name) . '</code>', '<code>' . esc_html($this->name) . '</code>', '<code>' . __CLASS__ . '</code>')/src/wp-includes/abilities-api/class-wp-ability.php176
sprintf(__('Ability category "%1$s" is not registered. Please register the ability category before assigning it to ability "%2$s".'), esc_html($args['category']), esc_html($name))/src/wp-includes/abilities-api/class-wp-abilities-registry.php136
sprintf(__('Ability "%s" is already registered.'), esc_html($name))/src/wp-includes/abilities-api/class-wp-abilities-registry.php96
__('The ability args should provide a valid `ability_class` that extends WP_Ability.')/src/wp-includes/abilities-api/class-wp-abilities-registry.php152
sprintf(__('Ability category "%s" not found.'), esc_html($slug))/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php126
sprintf(__('Ability API should not be initialized before the %s action has fired.'), '<code>init</code>')/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php207
sprintf(__('Ability category "%s" not found.'), esc_html($slug))/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php186
esc_html($has_permissions->get_error_message( ))/src/wp-includes/abilities-api/class-wp-ability.php611
sprintf(__('Do not pass %1$s tags to %2$s.'), '<code>&lt;script&gt;</code>', '<code>wp_add_inline_script()</code>')/src/wp-includes/functions.wp-scripts.php136
sprintf(__('Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.'), "<code>$handle</code>", '<code>wp_enqueue_scripts</code>')/src/wp-includes/functions.wp-scripts.php321
__('Ability category slug must contain only lowercase alphanumeric characters and dashes.')/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php71
sprintf(__('Ability category "%s" is already registered.'), esc_html($slug))/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php62
sprintf($message, '<code>' . $post->post_type . '</code>', '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php127
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php201
sprintf($message, '<code>' . $post->post_type . '</code>', '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php230
sprintf(__('Block type "%s" is not registered.'), $name)/src/wp-includes/class-wp-block-type-registry.php120
sprintf(__('Your %1$s file uses a dynamic value (%2$s) for the path at %3$s. However, the value at %3$s is also a dynamic value (pointing to %4$s) and pointing to another dynamic value is not supported. Please update %3$s to point directly to %4$s.'), 'theme.json', $ref_value_string, $path_string, $ref_value['ref'])/src/wp-includes/class-wp-theme-json.php2499
__('Block bindings source names must contain a namespace prefix. Example: my-plugin/my-custom-source')/src/wp-includes/class-wp-block-bindings-registry.php120
__('Block bindings source names must not contain uppercase characters.')/src/wp-includes/class-wp-block-bindings-registry.php110
__('The $source_properties must contain a "label".')/src/wp-includes/class-wp-block-bindings-registry.php140
sprintf(__('Block bindings source "%s" already registered.'), $source_name)/src/wp-includes/class-wp-block-bindings-registry.php130
__('The "get_value_callback" parameter must be a valid callback.')/src/wp-includes/class-wp-block-bindings-registry.php160
__('The $source_properties must contain a "get_value_callback".')/src/wp-includes/class-wp-block-bindings-registry.php150
__('Block name must be a string or array.')/src/wp-includes/class-wp-block-styles-registry.php69
__('Block style name must be a string.')/src/wp-includes/class-wp-block-styles-registry.php78
__('Block style name must not contain any spaces.')/src/wp-includes/class-wp-block-styles-registry.php87
sprintf(__('Block "%1$s" does not contain a style named "%2$s".'), $block_name, $block_style_name)/src/wp-includes/class-wp-block-styles-registry.php125
esc_html(sprintf(__('Invalid URL pattern context %s.'), $context))/src/wp-includes/class-wp-url-pattern-prefixer.php69
__('The menu ID should not be empty.')/src/wp-includes/class-wp-admin-bar.php140
__('Values for the input array must be either objects or arrays.')/src/wp-includes/class-wp-list-util.php174
__('Values for the input array must be either objects or arrays.')/src/wp-includes/class-wp-list-util.php205
sprintf($message, '<code>' . $cap . '</code>')/src/wp-includes/capabilities.php300
__('You need to pass an array of post formats.')/src/wp-includes/theme.php2735
sprintf(__('Unable to pass %s if not using multisite.'), '<code>$network_id</code>')/src/wp-includes/user.php1570
sprintf(__('The eagerness value "%s" is forbidden for document-level speculation rules.'), 'immediate')/src/wp-includes/class-wp-speculation-rules.php196
__('You need to pass an array of types.')/src/wp-includes/theme.php2747
sprintf(__('Could not register file "%s" as a block pattern ("Slug" field missing)'), $file)/src/wp-includes/class-wp-theme.php1909
__('Only a static class method or function can be used in an uninstall hook.')/src/wp-includes/plugin.php935
sprintf(__('Theme support for %1$s should be registered before the %2$s hook.'), '<code>title-tag</code>', '<code>wp_loaded</code>')/src/wp-includes/theme.php2938
sprintf(__('Could not register file "%1$s" as a block pattern (invalid slug "%2$s")'), $file, $pattern['slug'])/src/wp-includes/class-wp-theme.php1922
__('The $source_properties array contains invalid properties.')/src/wp-includes/class-wp-block-bindings-registry.php179
__('This function should not be called before the theme directory is registered.')/src/wp-includes/theme.php4370
sprintf(__('Block binding "%s" not found.'), $source_name)/src/wp-includes/class-wp-block-bindings-registry.php208
__('The "uses_context" parameter must be an array.')/src/wp-includes/class-wp-block-bindings-registry.php170
__('You should specify an action to be verified by using the first parameter.')/src/wp-includes/pluggable.php1415
__('Nav menu locations must be strings.')/src/wp-includes/nav-menu.php97
__('Block bindings source name must be a string.')/src/wp-includes/class-wp-block-bindings-registry.php101
__('You should specify an action to be verified by using the first parameter.')/src/wp-includes/pluggable.php1370
curl_error($done['handle'])/src/wp-includes/Requests/src/Transport/Curl.php293
sprintf('%s::%s() expects %s, %d given', $stack[1]['class'], $stack[1]['function'], $expected, $received)/src/wp-includes/Requests/src/Exception/ArgumentCount.php37
sprintf('%s::%s(): Argument #%d (%s) must be of type %s, %s given', $stack[1]['class'], $stack[1]['function'], $position, $name, $expected, $received)/src/wp-includes/Requests/src/Exception/InvalidArgument.php30
'Cannot extract common ancestor in adoption agency algorithm.'/src/wp-includes/html-api/class-wp-html-processor.php6200
'Cannot run adoption agency when looping required.'/src/wp-includes/html-api/class-wp-html-processor.php6203
'Foster parenting is not supported.'/src/wp-includes/html-api/class-wp-html-processor.php3452
'No support for parsing in the ' . WP_HTML_Processor_State::INSERTION_MODE_IN_TABLE_TEXT . ' state.'/src/wp-includes/html-api/class-wp-html-processor.php3471
'Content outside of BODY is unsupported.'/src/wp-includes/html-api/class-wp-html-processor.php4391
'Cannot run adoption agency when "any other end tag" is required.'/src/wp-includes/html-api/class-wp-html-processor.php6148
'Non-whitespace characters cannot be handled in after frameset'/src/wp-includes/html-api/class-wp-html-processor.php4593
'Content outside of HTML is unsupported.'/src/wp-includes/html-api/class-wp-html-processor.php4671
'Content outside of HTML is unsupported.'/src/wp-includes/html-api/class-wp-html-processor.php4734
'Foster parenting is not supported.'/src/wp-includes/html-api/class-wp-html-processor.php3271
'Should not have been able to reach end of IN FOREIGN CONTENT processing. Check HTML API code.'/src/wp-includes/html-api/class-wp-html-processor.php5088
'Cannot reconstruct active formatting elements when advancing and rewinding is required.'/src/wp-includes/html-api/class-wp-html-processor.php5903
'Cannot close a FORM when other elements remain open as this would throw off the breadcrumbs for the following tokens.'/src/wp-includes/html-api/class-wp-html-processor.php2639
'Cannot process PLAINTEXT elements.'/src/wp-includes/html-api/class-wp-html-processor.php2548
'Non-whitespace characters cannot be handled in frameset.'/src/wp-includes/html-api/class-wp-html-processor.php4474
'Should not have reached end of HTML Integration Point detection: check HTML API code.'/src/wp-includes/html-api/class-wp-html-processor.php6391
'Non-whitespace characters cannot be handled in after after frameset.'/src/wp-includes/html-api/class-wp-html-processor.php4760
"Unaware of the requested parsing mode: '{$this->state->insertion_mode}'."/src/wp-includes/html-api/class-wp-html-processor.php5084
'Cannot process non-ignored FRAMESET tags.'/src/wp-includes/html-api/class-wp-html-processor.php2318
'Cannot yet process META tags with charset to determine encoding.'/src/wp-includes/html-api/class-wp-html-processor.php1794
'Cannot yet process META tags with http-equiv Content-Type to determine encoding.'/src/wp-includes/html-api/class-wp-html-processor.php1812
substr($this->html, $here->start, $here->length)/src/wp-includes/html-api/class-wp-html-processor.php589
'Should not have been able to reach end of IN BODY processing. Check HTML API code.'/src/wp-includes/html-api/class-wp-html-processor.php3194
"Cannot process an IMAGE tag. (Don't ask.)"/src/wp-includes/html-api/class-wp-html-processor.php2951
"Unaware of the requested parsing mode: '{$this->state->insertion_mode}'."/src/wp-includes/html-api/class-wp-html-processor.php1146
'Cannot process elements after HEAD which reopen the HEAD element.'/src/wp-includes/html-api/class-wp-html-processor.php2127
'authbasicbadargs'/src/wp-includes/Requests/src/Auth/Basic.php52
'proxyhttpbadargs'/src/wp-includes/Requests/src/Proxy/Http.php80
__CLASS__ . ' should never be unserialized'/src/wp-includes/html-api/class-wp-html-token.php124
'Object is a dictionary, not a list'/src/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php85
'Object is a dictionary, not a list'/src/wp-includes/Requests/src/Cookie/Jar.php101
'Object is a dictionary, not a list'/src/wp-includes/Requests/src/Response/Headers.php55
rtrim($this->connect_error)/src/wp-includes/Requests/src/Transport/Fsockopen.php487
'fsocket timed out'/src/wp-includes/Requests/src/Transport/Fsockopen.php302
rtrim($this->connect_error)/src/wp-includes/Requests/src/Transport/Fsockopen.php184
'SSL certificate did not match the requested domain name'/src/wp-includes/Requests/src/Transport/Fsockopen.php178
'Invalid URL.'/src/wp-includes/Requests/src/Transport/Fsockopen.php102
'Cannot parse supplied IRI'/src/wp-includes/Requests/src/Iri.php345
sprintf('Invalid digit %d', $digit)/src/wp-includes/Requests/src/IdnaEncoder.php369
'Invalid character'/src/wp-includes/Requests/src/IdnaEncoder.php279
'Invalid Unicode codepoint'/src/wp-includes/Requests/src/IdnaEncoder.php234
'Invalid Unicode codepoint'/src/wp-includes/Requests/src/IdnaEncoder.php208
'Invalid Unicode codepoint'/src/wp-includes/Requests/src/IdnaEncoder.php200
'Invalid Unicode codepoint'/src/wp-includes/Requests/src/IdnaEncoder.php195
'Provided string begins with ACE prefix'/src/wp-includes/Requests/src/IdnaEncoder.php118
'Encoded string is too long'/src/wp-includes/Requests/src/IdnaEncoder.php132
'Provided string is too long'/src/wp-includes/Requests/src/IdnaEncoder.php93
'Prepared string is too long'/src/wp-includes/Requests/src/IdnaEncoder.php112
'Unable to parse JSON data: ' . $last_error/src/wp-includes/Requests/src/Response.php160
__CLASS__ . ' should never be unserialized'/src/wp-includes/Requests/src/Session.php269
'Too many redirects'/src/wp-includes/Requests/src/Requests.php813
'Redirection not allowed'/src/wp-includes/Requests/src/Response.php125
'Missing header/body separator'/src/wp-includes/Requests/src/Requests.php737
'Response could not be parsed'/src/wp-includes/Requests/src/Requests.php755
'No working transports found'/src/wp-includes/Requests/src/Requests.php272
'Only HTTP(S) requests are handled.'/src/wp-includes/Requests/src/Requests.php658
__CLASS__ . ' should never be serialized.'/src/wp-includes/abilities-api/class-wp-ability.php676
__CLASS__ . ' should never be unserialized'/src/wp-includes/Requests/src/Hooks.php101
__('The ability meta should provide a valid `show_in_rest` boolean.')/src/wp-includes/abilities-api/class-wp-ability.php319
__CLASS__ . ' should never be unserialized.'/src/wp-includes/abilities-api/class-wp-ability.php665
__('The ability properties should provide a valid `output_schema` definition.')/src/wp-includes/abilities-api/class-wp-ability.php301
__('The ability properties should provide a valid `input_schema` definition.')/src/wp-includes/abilities-api/class-wp-ability.php295
__('The ability meta should provide a valid `annotations` array.')/src/wp-includes/abilities-api/class-wp-ability.php313
__('The ability properties should provide a valid `meta` array.')/src/wp-includes/abilities-api/class-wp-ability.php307
__('The ability properties must contain a `category` string.')/src/wp-includes/abilities-api/class-wp-ability.php276
__('The ability properties must contain a `description` string.')/src/wp-includes/abilities-api/class-wp-ability.php270
__('The ability properties must provide a valid `permission_callback` function.')/src/wp-includes/abilities-api/class-wp-ability.php288
__('The ability properties must contain a valid `execute_callback` function.')/src/wp-includes/abilities-api/class-wp-ability.php282
__CLASS__ . ' should never be unserialized.'/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php243
__CLASS__ . ' should never be serialized.'/src/wp-includes/abilities-api/class-wp-ability-category.php214
__('The ability properties must contain a `label` string.')/src/wp-includes/abilities-api/class-wp-ability.php264
__CLASS__ . ' should never be serialized.'/src/wp-includes/abilities-api/class-wp-ability-categories-registry.php254
__('The ability category properties must contain a `description` string.')/src/wp-includes/abilities-api/class-wp-ability-category.php137
__('The ability category properties must contain a `label` string.')/src/wp-includes/abilities-api/class-wp-ability-category.php131
__CLASS__ . ' should never be unserialized.'/src/wp-includes/abilities-api/class-wp-ability-category.php203
__('The ability category properties should provide a valid `meta` array.')/src/wp-includes/abilities-api/class-wp-ability-category.php144
'file_get_contents() could not read the file'/src/wp-includes/SimplePie/src/HTTP/Psr18Client.php157
__CLASS__ . ' should never be unserialized.'/src/wp-includes/abilities-api/class-wp-abilities-registry.php317
__CLASS__ . ' should never be serialized.'/src/wp-includes/abilities-api/class-wp-abilities-registry.php328
__('The ability category slug cannot be empty.')/src/wp-includes/abilities-api/class-wp-ability-category.php78
sprintf('%s(): Argument #1 ($file) must be of type %s', __METHOD__, File::class)/src/wp-includes/SimplePie/src/Content/Type/Sniffer.php43
sprintf('%s(): Argument #1 ($method) only supports method "%s".', __METHOD__, self::METHOD_GET)/src/wp-includes/SimplePie/src/HTTP/FileClient.php50
sprintf('%s(): Argument #1 ($method) only supports method "%s".', __METHOD__, self::METHOD_GET)/src/wp-includes/SimplePie/src/HTTP/Psr18Client.php78
sprintf('file "%s" is not readable', $path)/src/wp-includes/SimplePie/src/HTTP/Psr18Client.php147
'DOMDocument not found, unable to use locator'/src/wp-includes/SimplePie/src/Locator.php293
'DOMDocument not found, unable to use ' . 'locator'/src/wp-includes/SimplePie/src/Locator.php339
'DOMXpath not found, unable to use ' . 'get_rel_link'/src/wp-includes/SimplePie/src/Locator.php343
"Cannot write property $name"/src/wp-includes/SimplePie/src/Gzdecode.php147
sprintf('%s(): Argument #1 ($type) "%s" not found in class list.', __METHOD__, $type)/src/wp-includes/SimplePie/src/Registry.php190
sprintf('%s(): Argument #1 ($type) "%s" not found in class list.', __METHOD__, $type)/src/wp-includes/SimplePie/src/Registry.php228
'DOMDocument not found, unable to use locator'/src/wp-includes/SimplePie/src/Locator.php195
'DOMDocument not found, unable to use locator'/src/wp-includes/SimplePie/src/Locator.php241
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php331
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php324
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php318
'Input file does not exist'/src/wp-includes/sodium_compat/src/File.php313
'Argument 2 must be a string, ' . gettype($key) . ' given.'/src/wp-includes/sodium_compat/src/File.php394
'Argument 1 must be a string, ' . gettype($filePath) . ' given.'/src/wp-includes/sodium_compat/src/File.php388
'Could not read public key from sealed file'/src/wp-includes/sodium_compat/src/File.php341
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php336
'Error writing public key to output file'/src/wp-includes/sodium_compat/src/File.php256
'Could not write to output file'/src/wp-includes/sodium_compat/src/File.php250
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php218
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php211
'Argument 3 must be CRYPTO_BOX_KEYPAIRBYTES bytes'/src/wp-includes/sodium_compat/src/File.php307
'Argument 3 must be a string, ' . gettype($ecdhKeypair) . ' given.'/src/wp-includes/sodium_compat/src/File.php302
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php299
'Argument 1 must be a string, ' . gettype($inputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php296
'Argument 1 must be a string, ' . gettype($inputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php185
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php188
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php140
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php147
'Input file does not exist'/src/wp-includes/sodium_compat/src/File.php200
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php205
'Argument 3 must be a string, ' . gettype($publicKey) . ' given.'/src/wp-includes/sodium_compat/src/File.php191
'Argument 3 must be CRYPTO_BOX_PUBLICKEYBYTES bytes'/src/wp-includes/sodium_compat/src/File.php196
'Argument 3 must be a string, ' . gettype($nonce) . ' given.'/src/wp-includes/sodium_compat/src/File.php114
'Argument 4 must be a string, ' . gettype($keypair) . ' given.'/src/wp-includes/sodium_compat/src/File.php117
'Argument 1 must be a string, ' . gettype($inputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php108
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php111
'Input file does not exist'/src/wp-includes/sodium_compat/src/File.php129
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php134
'Argument 4 must be CRYPTO_BOX_NONCEBYTES bytes'/src/wp-includes/sodium_compat/src/File.php122
'Argument 4 must be CRYPTO_BOX_KEYPAIRBYTES bytes'/src/wp-includes/sodium_compat/src/File.php125
'Argument 3 must be a string, ' . gettype($nonce) . ' given.'/src/wp-includes/sodium_compat/src/File.php43
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php40
'Argument 3 must be CRYPTO_BOX_NONCEBYTES bytes'/src/wp-includes/sodium_compat/src/File.php51
'Argument 4 must be a string, ' . gettype($keyPair) . ' given.'/src/wp-includes/sodium_compat/src/File.php48
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php60
'Argument 4 must be CRYPTO_BOX_KEYPAIRBYTES bytes'/src/wp-includes/sodium_compat/src/File.php54
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php73
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php66
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto.php807
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto.php770
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto.php1058
'Zero public key is not allowed'/src/wp-includes/sodium_compat/src/Crypto.php929
'message cannot be larger than SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_MESSAGEBYTES_MAX bytes'/src/wp-includes/sodium_compat/src/Crypto.php1318
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto.php1214
'Argument 1 must be a string, ' . gettype($inputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php37
'message cannot be larger than SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_MESSAGEBYTES_MAX bytes'/src/wp-includes/sodium_compat/src/Crypto.php1447
'Too many values remaining on the stack'/src/wp-includes/pomo/plural-forms.php345
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto.php118
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto.php249
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_KEYPAIRBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto.php610
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_KEYPAIRBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto.php628
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_SECRETKEYBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto.php647
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto.php700
'Context must be a string'/src/wp-includes/sodium_compat/src/Crypto.php734
__CLASS__ . ' should never be unserialized'/src/wp-includes/html-api/class-wp-html-open-elements.php850
'could not allocate bookmark'/src/wp-includes/html-api/class-wp-html-processor.php5110
'Mismatched parentheses'/src/wp-includes/pomo/plural-forms.php144
sprintf('Unknown operator "%s"', $operator)/src/wp-includes/pomo/plural-forms.php162
'Missing starting "?" ternary operator'/src/wp-includes/pomo/plural-forms.php203
sprintf('Unknown symbol "%s"', $next)/src/wp-includes/pomo/plural-forms.php217
'Mismatched parentheses'/src/wp-includes/pomo/plural-forms.php224
sprintf('Unknown operator "%s"', $next[1])/src/wp-includes/pomo/plural-forms.php340
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1132
'Argument 1 must be a resource, ' . gettype($hash) . ' given.'/src/wp-includes/sodium_compat/src/File.php1165
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1062
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1087
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1034
'Invalid MAC'/src/wp-includes/sodium_compat/src/File.php1053
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php914
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php980
'S < L - Invalid signature'/src/wp-includes/sodium_compat/src/File.php1289
'Signature is on too small of an order'/src/wp-includes/sodium_compat/src/File.php1292
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php1221
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php1226
'Argument 3 must be an integer, ' . gettype($size) . ' given.'/src/wp-includes/sodium_compat/src/File.php1177
'Unexpected error reading from file.'/src/wp-includes/sodium_compat/src/File.php1194
'Argument 1 must be an object (PHP 7.2+), ' . gettype($hash) . ' given.'/src/wp-includes/sodium_compat/src/File.php1169
'Argument 2 must be a resource, ' . gettype($fp) . ' given.'/src/wp-includes/sodium_compat/src/File.php1174
'Argument 3 must be CRYPTO_SIGN_PUBLICKEYBYTES bytes'/src/wp-includes/sodium_compat/src/File.php736
'Argument 1 must be CRYPTO_SIGN_BYTES bytes'/src/wp-includes/sodium_compat/src/File.php733
'Argument 3 must be a string, ' . gettype($publicKey) . ' given.'/src/wp-includes/sodium_compat/src/File.php728
'Argument 2 must be a string, ' . gettype($filePath) . ' given.'/src/wp-includes/sodium_compat/src/File.php725
'Argument 1 must be a string, ' . gettype($sig) . ' given.'/src/wp-includes/sodium_compat/src/File.php722
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php646
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php640
'File does not exist'/src/wp-includes/sodium_compat/src/File.php635
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php780
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php774
'File does not exist'/src/wp-includes/sodium_compat/src/File.php769
'All zero public key'/src/wp-includes/sodium_compat/src/File.php765
'Invalid signature'/src/wp-includes/sodium_compat/src/File.php758
'Signature is on too small of an order'/src/wp-includes/sodium_compat/src/File.php755
'S < L - Invalid signature'/src/wp-includes/sodium_compat/src/File.php752
'Signature is too short'/src/wp-includes/sodium_compat/src/File.php739
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php550
'Argument 3 must be a string, ' . gettype($nonce) . ' given.'/src/wp-includes/sodium_compat/src/File.php553
'Argument 4 must be a string, ' . gettype($key) . ' given.'/src/wp-includes/sodium_compat/src/File.php556
'Argument 3 must be CRYPTO_SECRETBOX_NONCEBYTES bytes'/src/wp-includes/sodium_compat/src/File.php561
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php500
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php506
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php513
'Argument 1 must be a string, ' . gettype($inputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php547
'Could not open output file for writing'/src/wp-includes/sodium_compat/src/File.php586
'Argument 1 must be a string, ' . gettype($filePath) . ' given.'/src/wp-includes/sodium_compat/src/File.php620
'Argument 2 must be a string, ' . gettype($secretKey) . ' given.'/src/wp-includes/sodium_compat/src/File.php623
'Argument 2 must be CRYPTO_SIGN_SECRETKEYBYTES bytes'/src/wp-includes/sodium_compat/src/File.php628
'Argument 4 must be CRYPTO_SECRETBOX_KEYBYTES bytes'/src/wp-includes/sodium_compat/src/File.php564
'Input file does not exist'/src/wp-includes/sodium_compat/src/File.php568
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php573
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php579
'File does not exist'/src/wp-includes/sodium_compat/src/File.php421
'Argument 3 must be at least CRYPTO_GENERICHASH_BYTES_MAX'/src/wp-includes/sodium_compat/src/File.php417
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php432
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php426
'Argument 2 must be at least CRYPTO_GENERICHASH_KEYBYTES_MIN bytes'/src/wp-includes/sodium_compat/src/File.php407
'Argument 3 must be an integer, ' . gettype($outputLength) . ' given.'/src/wp-includes/sodium_compat/src/File.php399
'Argument 3 must be at least CRYPTO_GENERICHASH_BYTES_MIN'/src/wp-includes/sodium_compat/src/File.php414
'Argument 2 must be at most CRYPTO_GENERICHASH_KEYBYTES_MAX bytes'/src/wp-includes/sodium_compat/src/File.php410
'Argument 4 must be a string, ' . gettype($key) . ' given.'/src/wp-includes/sodium_compat/src/File.php488
'Argument 3 must be CRYPTO_SECRETBOX_NONCEBYTES bytes'/src/wp-includes/sodium_compat/src/File.php485
'Input file does not exist'/src/wp-includes/sodium_compat/src/File.php495
'Argument 4 must be CRYPTO_SECRETBOX_KEYBYTES bytes'/src/wp-includes/sodium_compat/src/File.php491
'Argument 1 must be a string, ' . gettype($inputFile) . ' given..'/src/wp-includes/sodium_compat/src/File.php474
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php441
'Argument 3 must be a string, ' . gettype($nonce) . ' given.'/src/wp-includes/sodium_compat/src/File.php480
'Argument 2 must be a string, ' . gettype($outputFile) . ' given.'/src/wp-includes/sodium_compat/src/File.php477
'The OpenSSL extension is not installed, or openssl_encrypt() is not available'/src/wp-includes/sodium_compat/src/Compat.php688
'Nonce must be CRYPTO_AEAD_CHACHA20POLY1305_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php753
'Key must be CRYPTO_AEAD_AES256GCM_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php681
'The OpenSSL extension is not installed'/src/wp-includes/sodium_compat/src/Compat.php685
'Nonce must be CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php835
'Key must be CRYPTO_AEAD_CHACHA20POLY1305_IETF_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php838
'Key must be CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php756
'Message must be at least CRYPTO_AEAD_CHACHA20POLY1305_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php759
'Message must be at least CRYPTO_AEAD_CHACHA20POLY1305_IETF_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php916
'Nonce must be CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1007
'Nonce must be CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php910
'Key must be CRYPTO_AEAD_CHACHA20POLY1305_IETF_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php913
'Key must be CRYPTO_AEAD_XCHACHA20POLY1305_IETF_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1102
'Message must be at least CRYPTO_AEAD_XCHACHA20POLY1305_IETF_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php1105
'Key must be CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1010
'Nonce must be CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1099
'Nonce must be CRYPTO_AEAD_AEGIS256_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php468
'Key must be CRYPTO_AEAD_AEGIS128L_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php416
'Nonce must be CRYPTO_AEAD_AEGIS128L_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php413
'Message must be at least CRYPTO_AEAD_AEGIS128L_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php366
'Key must be CRYPTO_AEAD_AEGIS256_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php525
'Nonce must be CRYPTO_AEAD_AEGIS256_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php522
'Message must be at least CRYPTO_AEAD_AEGIS256_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php475
'Key must be CRYPTO_AEAD_AEGIS256_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php471
'Message must be at least CRYPTO_AEAD_AES256GCM_ABYTES long'/src/wp-includes/sodium_compat/src/Compat.php619
'Key must be CRYPTO_AEAD_AES256GCM_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php616
'Nonce must be CRYPTO_AEAD_AES256GCM_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php613
'AES-256-GCM is not available'/src/wp-includes/sodium_compat/src/Compat.php604
'Nonce must be CRYPTO_AEAD_AES256GCM_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php678
'AES-256-GCM is not available'/src/wp-includes/sodium_compat/src/Compat.php669
'The OpenSSL extension is not installed, or openssl_decrypt() is not available'/src/wp-includes/sodium_compat/src/Compat.php625
'The OpenSSL extension is not installed'/src/wp-includes/sodium_compat/src/Compat.php622
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_SECRETKEYBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto32.php646
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto32.php699
'Context must be a string'/src/wp-includes/sodium_compat/src/Crypto32.php733
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto32.php769
'Invalid key size'/src/wp-includes/sodium_compat/src/Crypto32.php806
'Zero public key is not allowed'/src/wp-includes/sodium_compat/src/Crypto32.php928
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto32.php1057
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto32.php1210
'message cannot be larger than SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_MESSAGEBYTES_MAX bytes'/src/wp-includes/sodium_compat/src/Crypto32.php1311
'message cannot be larger than SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_MESSAGEBYTES_MAX bytes'/src/wp-includes/sodium_compat/src/Crypto32.php1440
'values must have the same length'/src/wp-includes/sodium_compat/src/Compat.php178
'invalid base64 variant identifier'/src/wp-includes/sodium_compat/src/Compat.php227
'invalid base64 string'/src/wp-includes/sodium_compat/src/Compat.php233
'invalid base64 variant identifier'/src/wp-includes/sodium_compat/src/Compat.php266
'Nonce must be CRYPTO_AEAD_AEGIS128L_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php359
'Key must be CRYPTO_AEAD_AEGIS128L_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php362
'All zero public key'/src/wp-includes/sodium_compat/src/File.php1303
'Invalid signature'/src/wp-includes/sodium_compat/src/File.php1296
'Could not open input file for reading'/src/wp-includes/sodium_compat/src/File.php1316
'Could not obtain the file size'/src/wp-includes/sodium_compat/src/File.php1309
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1440
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1374
'Invalid MAC'/src/wp-includes/sodium_compat/src/File.php1510
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1491
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1544
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1519
'ftell() returned false'/src/wp-includes/sodium_compat/src/File.php1605
'Could not read input file'/src/wp-includes/sodium_compat/src/File.php1585
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto32.php249
'Invalid MAC'/src/wp-includes/sodium_compat/src/Crypto32.php118
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_KEYPAIRBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto32.php627
'Must be ParagonIE_Sodium_Compat::CRYPTO_BOX_KEYPAIRBYTES bytes long.'/src/wp-includes/sodium_compat/src/Crypto32.php609
'Zero secret key is not allowed'/src/wp-includes/sodium_compat/src/Compat.php2579
'Zero public key is not allowed'/src/wp-includes/sodium_compat/src/Compat.php2582
'Argument 1 must be CRYPTO_BOX_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2609
'Zero secret key is not allowed'/src/wp-includes/sodium_compat/src/Compat.php2619
'This is not implemented, as it is not possible to implement Scrypt with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2501
'This is not implemented, as it is not possible to implement Scrypt with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2536
'Argument 1 must be CRYPTO_BOX_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2564
'Argument 2 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2567
'This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2281
'This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2331
'This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2394
'This is not implemented, as it is not possible to implement Scrypt with acceptable performance in pure-PHP'/src/wp-includes/sodium_compat/src/Compat.php2443
'keypair should be SODIUM_CRYPTO_KX_KEYPAIRBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2140
'public keys must be SODIUM_CRYPTO_KX_PUBLICKEYBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2143
'keypair should be SODIUM_CRYPTO_KX_KEYPAIRBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2185
'public keys must be SODIUM_CRYPTO_KX_PUBLICKEYBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2188
'Argument 2 must be CRYPTO_SIGN_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3042
'Argument 1 must be at least CRYPTO_SIGN_BYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3039
'publickey should be SODIUM_CRYPTO_SIGN_PUBLICKEYBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php3102
'secretkey should be SODIUM_CRYPTO_SIGN_SECRETKEYBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php3099
'header size should be SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_HEADERBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2832
"Ciphertext must be at least CRYPTO_SECRETBOX_MACBYTES long"/src/wp-includes/sodium_compat/src/Compat.php2794
'Argument 2 must be CRYPTO_SIGN_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3001
'Argument 2 must be CRYPTO_SHORTHASH_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2948
'Argument 3 must be CRYPTO_SECRETBOX_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2757
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2754
'Argument 3 must be CRYPTO_SECRETBOX_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2791
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2788
'Argument 3 must be CRYPTO_SECRETBOX_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2657
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2654
'Argument 3 must be CRYPTO_SECRETBOX_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2701
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2698
'Argument 1 must be CRYPTO_BOX_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1587
'Argument 1 must be CRYPTO_BOX_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1620
'Argument 2 must be CRYPTO_BOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1547
'Argument 3 must be CRYPTO_BOX_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1550
'Argument 2 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1503
'Argument 1 must be at least CRYPTO_BOX_MACBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1544
'Argument 2 must be CRYPTO_BOX_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1434
'Argument 1 must be CRYPTO_BOX_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1500
'Argument 3 must be CRYPTO_BOX_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1350
'Argument 2 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1393
'Argument 3 must be CRYPTO_AUTH_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1302
'Argument 2 must be CRYPTO_BOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1347
'Argument 2 must be CRYPTO_AUTH_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1249
'Argument 1 must be CRYPTO_AUTH_BYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1299
'Nonce must be CRYPTO_AEAD_XCHACHA20POLY1305_NPUBBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1176
'Key must be CRYPTO_AEAD_XCHACHA20POLY1305_KEYBYTES long'/src/wp-includes/sodium_compat/src/Compat.php1179
'seed must be SODIUM_CRYPTO_KX_SEEDBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php2103
'Argument 4 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2051
'Argument 3 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2048
'Argument 2 must be CRYPTO_BOX_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2045
'Argument 1 must be CRYPTO_BOX_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php2042
'key should be SODIUM_CRYPTO_KDF_KEYBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php1973
'context should be SODIUM_CRYPTO_KDF_CONTEXTBYTES bytes'/src/wp-includes/sodium_compat/src/Compat.php1970
'subkey_id cannot be negative'/src/wp-includes/sodium_compat/src/Compat.php1967
'subkey cannot be larger than SODIUM_CRYPTO_KDF_BYTES_MAX'/src/wp-includes/sodium_compat/src/Compat.php1964
'subkey cannot be smaller than SODIUM_CRYPTO_KDF_BYTES_MIN'/src/wp-includes/sodium_compat/src/Compat.php1961
'Unsupported key size. Must be at most CRYPTO_GENERICHASH_KEYBYTES_MAX bytes long.'/src/wp-includes/sodium_compat/src/Compat.php1879
'Unsupported key size. Must be at most CRYPTO_GENERICHASH_KEYBYTES_MAX bytes long.'/src/wp-includes/sodium_compat/src/Compat.php1824
'Unsupported key size. Must be at least CRYPTO_GENERICHASH_KEYBYTES_MIN bytes long.'/src/wp-includes/sodium_compat/src/Compat.php1821
'Unsupported key size. Must be at most CRYPTO_GENERICHASH_KEYBYTES_MAX bytes long.'/src/wp-includes/sodium_compat/src/Compat.php1730
'Unsupported key size. Must be at least CRYPTO_GENERICHASH_KEYBYTES_MIN bytes long.'/src/wp-includes/sodium_compat/src/Compat.php1727
'Argument 1 must be CRYPTO_BOX_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php1653
'Expected an integer.'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php1845
'Position must be an integer'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php1921
'Position is out of range [0, 31]'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php1924
'Key must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core32/Salsa20.php63
'Key must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core32/Salsa20.php196
'Increasing by a negative number makes no sense.'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php349
'Not an int64'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php359
'Failed to assert that buflen <= 128 bytes'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php457
'Key must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core32/HSalsa20.php64
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core32/XChaCha20.php25
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core32/XChaCha20.php53
'Null points encountered'/src/wp-includes/sodium_compat/src/Core32/X25519.php340
'Expected Int32'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php120
'Expected Int32'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php123
'Expected a 32-byte string.'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php163
'Internal check failed.'/src/wp-includes/sodium_compat/src/Core32/Curve25519.php1515
'Signature is too short'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php283
'Invalid signature'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php202
'Signature is on too small of an order'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php289
'S < L - Invalid signature'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php286
'All zero public key'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php299
'Invalid signature'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php292
'String must be 8 bytes; ' . ParagonIE_Sodium_Core32_Util::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core32/Int64.php929
'Signature must be 32 bytes'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php350
'Invalid output size'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php514
'Invalid key size'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php508
'crypto_sign keypair seed must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php48
'Not an instance of Int64'/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php627
'crypto_sign keypair must be 96 bytes long'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php83
'crypto_sign keypair must be 96 bytes long'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php67
'Unexpected zero result'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php123
'Public key is on a small order'/src/wp-includes/sodium_compat/src/Core32/Ed25519.php118
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3473
'Argument 3 must be CRYPTO_SECRETBOX_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3476
'Argument 2 must be CRYPTO_SECRETBOX_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3421
'Argument 3 must be CRYPTO_STREAM_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3424
'Argument 2 must be CRYPTO_SECRETBOX_XCHACHA20_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3584
'Argument 3 must be CRYPTO_SECRETBOX_XCHACHA20_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3587
'Argument 2 must be CRYPTO_SECRETBOX_XCHACHA20_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3533
'Argument 3 must be CRYPTO_STREAM_XCHACHA20_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3536
'Argument 1 must be CRYPTO_SIGN_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3226
'Argument 2 must be CRYPTO_SIGN_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3264
'Argument 1 must be CRYPTO_SIGN_KEYPAIRBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3160
'Argument 1 must be CRYPTO_SIGN_SECRETKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3193
'Argument 1 must be at least CRYPTO_SIGN_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3339
'Argument 1 must be at least CRYPTO_SIGN_SEEDBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3373
'Argument 1 must be CRYPTO_SIGN_BYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3300
'Argument 3 must be CRYPTO_SIGN_PUBLICKEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3303
'values must have the same length'/src/wp-includes/sodium_compat/src/Compat.php4446
'Argument 1 must be an integer, ' . gettype($range) . ' given.'/src/wp-includes/sodium_compat/src/Compat.php4087
"Number of bytes must be a positive integer"/src/wp-includes/sodium_compat/src/Compat.php4065
'Argument 1 must be an integer, ' . gettype($numBytes) . ' given.'/src/wp-includes/sodium_compat/src/Compat.php4056
'Key must be 32 bytes long.'/src/wp-includes/sodium_compat/src/Core32/Poly1305.php52
'Key must be 32 bytes long.'/src/wp-includes/sodium_compat/src/Core32/Poly1305.php27
'String must be 4 bytes; ' . ParagonIE_Sodium_Core32_Util::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core32/Int32.php770
'String must be 4 bytes; ' . ParagonIE_Sodium_Core32_Util::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core32/Int32.php746
'This is not implemented in sodium_compat, as it is not possible to securely wipe memory from PHP. ' . 'To fix this error, make sure libsodium is installed and the PHP extension is enabled.'/src/wp-includes/sodium_compat/src/Compat.php3858
'Argument 1 cannot be empty'/src/wp-includes/sodium_compat/src/Compat.php3727
'Argument 3 must be CRYPTO_SECRETBOX_XCHACHA20_KEYBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3641
'Argument 2 must be CRYPTO_SECRETBOX_XCHACHA20_NONCEBYTES long.'/src/wp-includes/sodium_compat/src/Compat.php3638
'invalid padding'/src/wp-includes/sodium_compat/src/Compat.php4018
'invalid padding'/src/wp-includes/sodium_compat/src/Compat.php3981
'block size cannot be less than 1'/src/wp-includes/sodium_compat/src/Compat.php3977
'block size cannot be less than 1'/src/wp-includes/sodium_compat/src/Compat.php3889
'y[1] is not an integer'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php141
'y[0] is not an integer'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php138
'Increasing by a negative number makes no sense.'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php432
"Error, use 32-bit"/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php160
"Error, use 32-bit"/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php129
"Error, use 32-bit"/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php93
'x[1] is not an integer'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php135
'x[0] is not an integer'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php132
'crypto_sign keypair must be 96 bytes long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php83
'crypto_sign keypair must be 96 bytes long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php68
'Unexpected zero result'/src/wp-includes/sodium_compat/src/Core/Ed25519.php123
'Public key is on a small order'/src/wp-includes/sodium_compat/src/Core/Ed25519.php118
'Invalid key size'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php583
'Failed to assert that buflen <= 128 bytes'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php533
'crypto_sign keypair seed must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php49
'Invalid output size'/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php589
'S < L - Invalid signature'/src/wp-includes/sodium_compat/src/Core/Ed25519.php290
'Signature is on too small of an order'/src/wp-includes/sodium_compat/src/Core/Ed25519.php293
'Invalid signature'/src/wp-includes/sodium_compat/src/Core/Ed25519.php296
'All zero public key'/src/wp-includes/sodium_compat/src/Core/Ed25519.php303
'Invalid signature'/src/wp-includes/sodium_compat/src/Core/Ed25519.php201
'Argument 2 must be CRYPTO_SIGN_SECRETKEYBYTES long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php216
'Argument 1 must be CRYPTO_SIGN_BYTES long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php284
'Argument 3 must be CRYPTO_SIGN_PUBLICKEYBYTES long'/src/wp-includes/sodium_compat/src/Core/Ed25519.php287
'Argument 1 must be a string, ' . gettype($binaryString) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php74
'Argument 1 must be a string, ' . gettype($chr) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php154
'chrToInt() expects a string that is exactly 1 character long'/src/wp-includes/sodium_compat/src/Core/Util.php157
"Argument #1 and argument #2 must have the same length"/src/wp-includes/sodium_compat/src/Core/Util.php185
'Signature must be 32 bytes'/src/wp-includes/sodium_compat/src/Core/Ed25519.php354
'Argument 1 must be a string'/src/wp-includes/sodium_compat/src/Core/Util.php48
'Argument 2 must be a string'/src/wp-includes/sodium_compat/src/Core/Util.php51
'Both strings must be of equal length to combine with bitwise AND'/src/wp-includes/sodium_compat/src/Core/Util.php55
'Expected ParagonIE_Sodium_Core32_Int32'/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php52
'Poly1305 requires a 32-byte key'/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php56
'ChaCha20 expects a 96-bit nonce in IETF mode.'/src/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php28
'Expected an integer'/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php85
'Expected an integer'/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php77
'ChaCha20 expects a 64-bit nonce.'/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php36
'ChaCha20 expects a 256-bit key.'/src/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php33
'String must be 8 bytes; ' . ParagonIE_Sodium_Core32_Util::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core32/Int64.php957
'Key must be 32 bytes long.'/src/wp-includes/sodium_compat/src/Core/Poly1305.php27
'Argument 2 must be 32 bytes'/src/wp-includes/sodium_compat/src/Core/HChaCha20.php27
'Argument 1 must be 16 bytes'/src/wp-includes/sodium_compat/src/Core/HChaCha20.php24
'encryptBlockECB() expects a 16 byte message'/src/wp-includes/sodium_compat/src/Core/AES.php371
'decryptBlockECB() expects a 16 byte message'/src/wp-includes/sodium_compat/src/Core/AES.php341
'Invalid key length: ' . $key_len/src/wp-includes/sodium_compat/src/Core/AES.php264
'verification failed'/src/wp-includes/sodium_compat/src/Core/AEGIS256.php62
'Expected an instance of ParagonIE_Sodium_Core32_Int32'/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php114
'Overflow'/src/wp-includes/sodium_compat/src/Core/ChaCha20.php263
'Expected a 32-byte string.'/src/wp-includes/sodium_compat/src/Core/Curve25519.php131
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core/XChaCha20.php106
'Null points encountered'/src/wp-includes/sodium_compat/src/Core/X25519.php295
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core/XChaCha20.php52
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core/XChaCha20.php80
'Key must be 32 bytes long.'/src/wp-includes/sodium_compat/src/Core/Poly1305.php52
'Nonce must be 24 bytes long'/src/wp-includes/sodium_compat/src/Core/XChaCha20.php25
'Key must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core/Salsa20.php144
"Error, use 32-bit"/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php54
'verification failed'/src/wp-includes/sodium_compat/src/Core/AEGIS128L.php54
'Key must be 32 bytes long'/src/wp-includes/sodium_compat/src/Core/Salsa20.php28
'Position must be an integer'/src/wp-includes/sodium_compat/src/Core/Curve25519.php1671
'Position is out of range [0, 31]'/src/wp-includes/sodium_compat/src/Core/Curve25519.php1674
'Internal check failed.'/src/wp-includes/sodium_compat/src/Core/Curve25519.php1280
'Expected an integer.'/src/wp-includes/sodium_compat/src/Core/Curve25519.php1566
'Argument 1 must be a string'/src/wp-includes/sodium_compat/src/Core/Util.php929
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php907
'Reached depth limit'/src/wp-includes/functions.php4419
'S is not canonical'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php146
'Argument 2 must be a string'/src/wp-includes/sodium_compat/src/Core/Util.php932
sprintf(__('Unsupported hashing algorithm: %1$s. Supported algorithms are: %2$s'), $algo, implode(', ', hash_hmac_algos( )))/src/wp-includes/pluggable.php2719
'Could not add points'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php383
'Lazy attribute parsing not yet supported'/src/wp-includes/class-wp-block-processor.php1810
'Hash must be 64 bytes'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php332
__CLASS__ . ' should never be unserialized'/src/wp-includes/class-wp-block-bindings-source.php107
'Hash must be less than 256 bytes'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php428
__('User error triggered:') . ' ' . $message/src/wp-includes/template.php975
'Could not add points'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php404
'expecting "hdrlamv" at offset ' . ($startoffset + 0) . ', found "' . substr($AMVheader, 0, 8) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1495
'Invalid H2C hash algorithm'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php531
__('A valid URL was not provided.')/src/wp-includes/class-wp-http.php530
'Hash must be less than 256 bytes'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php478
'Point must be 32 bytes, ' . self::strlen($p) . ' given.'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php673
'Scalar must be 32 bytes, ' . self::strlen($p) . ' given.'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php670
'An unknown error has occurred'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php686
'Could not multiply points'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php677
'invalid input'/src/wp-includes/sodium_compat/src/Core/AEGIS/State256.php42
'An unknown error has occurred'/src/wp-includes/sodium_compat/src/Core/Ristretto255.php703
'Input must be an AES block in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State256.php102
'Input must be an AES block in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State256.php115
'Input must be an AES block in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State256.php166
'invalid input'/src/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php42
'Input must be two AES blocks in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php91
'Input must be two AES blocks in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php107
'Input must be two AES blocks in size'/src/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php182
'Incorrect padding'/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php121
'Incorrect padding'/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php126
'Base64::decode() only expects characters in the correct base64 alphabet'/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php183
"decodeNoPadding() doesn't tolerate padding"/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php205
'Incorrect padding'/src/wp-includes/sodium_compat/src/Core/Base64/Original.php121
'Incorrect padding'/src/wp-includes/sodium_compat/src/Core/Base64/Original.php126
'Base64::decode() only expects characters in the correct base64 alphabet'/src/wp-includes/sodium_compat/src/Core/Base64/Original.php183
"decodeNoPadding() doesn't tolerate padding"/src/wp-includes/sodium_compat/src/Core/Base64/Original.php205
'ChaCha20 expects a 256-bit key.'/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php32
'Argument ' . $argumentIndex . ' must be a boolean, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php238
'Argument ' . $argumentIndex . ' must be an integer, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php230
'Argument ' . $argumentIndex . ' must be null, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php223
'Declared void, but passed a variable'/src/wp-includes/sodium_compat/src/Core/Util.php216
'Argument ' . $argumentIndex . ' must be an array, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php269
'Argument ' . $argumentIndex . ' must be an object, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php259
'Argument ' . $argumentIndex . ' must be a float, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php253
'Argument ' . $argumentIndex . ' must be a string, ' . $realType . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php244
'hash_update() failed'/src/wp-includes/sodium_compat/src/Core/Util.php327
'Argument 2 must be a string, ' . gettype($right) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php293
'Argument 1 must be a string, ' . gettype($left) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php290
'Unknown type (' . $realType . ') does not match expect type (' . $type . ')'/src/wp-includes/sodium_compat/src/Core/Util.php273
'Expected an even number of hexadecimal characters'/src/wp-includes/sodium_compat/src/Core/Util.php388
'hex2bin() only expects hexadecimal characters'/src/wp-includes/sodium_compat/src/Core/Util.php375
'Argument 2 must be a string, ' . gettype($hexString) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php352
'Argument 1 must be a string, ' . gettype($hexString) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php349
'Argument 1 must be a string, ' . gettype($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php468
'String must be 4 bytes or more; ' . self::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php474
'Argument 1 must be a string, ' . gettype($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php440
'String must be 3 bytes or more; ' . self::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php446
'Argument 1 must be an integer, ' . gettype($int) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php666
'Argument 1 must be an integer, ' . gettype($int) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php690
'Argument 1 must be a string, ' . gettype($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php497
'String must be 4 bytes or more; ' . self::strlen($string) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php503
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php790
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php812
'Argument 1 must be an integer, ' . gettype($int) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php715
'Argument 1 must be an integer, ' . gettype($int) . ' given.'/src/wp-includes/sodium_compat/src/Core/Util.php740
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php881
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php904
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php840
'String expected'/src/wp-includes/sodium_compat/src/Core/Util.php878
'Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php58
'Argument 1 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php51
'Argument 4 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php72
'Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php65
"Reconstructed original does not match"/src/wp-includes/Text/Diff.php240
'Expected an integer'/src/wp-includes/sodium_compat/src/Core/AES/Block.php89
"Reversed original does not match"/src/wp-includes/Text/Diff.php248
"Reconstructed final does not match"/src/wp-includes/Text/Diff.php243
'Argument 1 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php45
'Argument 4 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php73
'Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php59
'Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php52
'Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php59
'Argument 1 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php52
'Argument 4 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php73
'Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php66
'Index out of bounds'/src/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php224
'Index out of bounds'/src/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php259
'Argument 1 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php45
'Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php52
'Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php59
'Argument 1 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php52
'Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php59
'Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'/src/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php66
'ChaCha20 expects a 64-bit nonce.'/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php35
'Expected an integer'/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php72
'Expected an integer'/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php75
"counter cannot be more than 8 bytes"/src/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php139
'ChaCha20 expects a 96-bit nonce in IETF mode.'/src/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php27
'Poly1305 requires a 32-byte key'/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php55
'Expected an integer'/src/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php133
'Index out of bounds'/src/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php167
'Expected single stylesheet key.'/src/wp-includes/customize/class-wp-customize-custom-css-setting.php71
'Expected WP_Customize_Manager::$nav_menus to be set.'/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php166
"Illegal widget setting ID: $id"/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php170
"Reversed final does not match"/src/wp-includes/Text/Diff.php251
"Edit sequence is non-optimal"/src/wp-includes/Text/Diff.php257
"Illegal widget setting ID: $id"/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php141
'Expected custom_css id_base.'/src/wp-includes/customize/class-wp-customize-custom-css-setting.php68
"Supplied nav_menu_item value missing property: $missing"/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php182
'Expected WP_Customize_Manager::$nav_menus to be set.'/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php137
'Malformed DSN'/src/wp-includes/PHPMailer/DSNConfigurator.php83
sprintf('Invalid scheme: "%s". Allowed values: "mail", "sendmail", "qmail", "smtp", "smtps".', $config['scheme'])/src/wp-includes/PHPMailer/DSNConfigurator.php120
'failed to open file for reading ' . $filename_source/src/wp-includes/ID3/getid3.lib.php845
'PHP does not has mb_convert_encoding() or iconv() support - cannot convert from ' . $in_charset . ' to ' . $out_charset/src/wp-includes/ID3/getid3.lib.php1292
'failed to seek to offset ' . $offset . ' in ' . $filename_source/src/wp-includes/ID3/getid3.lib.php839
'failed to create file for writing ' . $filename_dest/src/wp-includes/ID3/getid3.lib.php842
'Invalid algorithm (' . $algorithm . ') in self::hash_data()'/src/wp-includes/ID3/getid3.lib.php793
'cannot copy file portion, it extends beyond the ' . round(PHP_INT_MAX / 1073741824) . 'GB limit'/src/wp-includes/ID3/getid3.lib.php825
'ERROR: self::BigEndian2String() does not support negative numbers'/src/wp-includes/ID3/getid3.lib.php424
'ERROR: Cannot have signed integers larger than ' . (8 * PHP_INT_SIZE) . '-bits in self::BigEndian2String()'/src/wp-includes/ID3/getid3.lib.php430
'invalid EBML integer (leading 0x00) at ' . $this->current_offset/src/wp-includes/ID3/module.audio-video.matroska.php1330
'ERROR: Cannot have signed integers larger than ' . (8 * PHP_INT_SIZE) . '-bits (' . strlen($byteword) . ') in self::BigEndian2Int()'/src/wp-includes/ID3/getid3.lib.php374
'supplied path (' . $dir . ') does not exist, or is not writable'/src/wp-includes/ID3/getid3.php2440
'failed to create file ' . $dest/src/wp-includes/ID3/getid3.php2446
'cannot fseek(' . $pos . '). resource/stream does not appear to support seeking'/src/wp-includes/ID3/getid3.php2294
'failed to read attachment data'/src/wp-includes/ID3/getid3.php2431
'cannot fseek(' . $pos . ') because beyond PHP filesystem limit'/src/wp-includes/ID3/getid3.php2288
'cannot fread(' . $bytes . ' from ' . $this->ftell( ) . ') that is more than available PHP memory (' . $this->getid3->memory_limit . ')'/src/wp-includes/ID3/getid3.php2243
'cannot fread(' . $bytes . ' from ' . $this->ftell( ) . ') because beyond PHP filesystem limit'/src/wp-includes/ID3/getid3.php2228
'cannot fread(' . $bytes . ' from ' . $this->ftell( ) . ')'/src/wp-includes/ID3/getid3.php2224
'Required module.' . $name . '.php is missing.'/src/wp-includes/ID3/getid3.php2071
'PHP seems to think the file is larger than ' . round(PHP_INT_MAX / 1073741824) . 'GB, but filesystem reports it as ' . number_format($real_filesize / 1073741824, 3) . 'GB, please report to info@getid3.org'/src/wp-includes/ID3/getid3.php639
'Unable to determine actual filesize. File is most likely larger than ' . round(PHP_INT_MAX / 1073741824) . 'GB and is not supported by PHP.'/src/wp-includes/ID3/getid3.php635
'Could not open "' . $filename . '" (' . implode('; ', $errormessagelist) . ')'/src/wp-includes/ID3/getid3.php598
'Remote files are not supported - please copy the file locally first'/src/wp-includes/ID3/getid3.php572
'expecting "strf<0x14000000>" at offset ' . ($startoffset + 256) . ', found "' . getid3_lib::PrintHexBytes(substr($AMVheader, 256, 8)) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1533
'expecting "LIST<0x00000000>strlstrh<0x30000000>" at offset ' . ($startoffset + 188) . ', found "' . getid3_lib::PrintHexBytes(substr($AMVheader, 188, 20)) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1529
'expecting "strf<0x24000000>" at offset ' . ($startoffset + 144) . ', found "' . getid3_lib::PrintHexBytes(substr($AMVheader, 144, 8)) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1524
'expecting "LIST<0x00000000>strlstrh<0x38000000>" at offset ' . ($startoffset + 68) . ', found "' . getid3_lib::PrintHexBytes(substr($AMVheader, 68, 20)) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1520
'expecting "0x38000000" at offset ' . ($startoffset + 8) . ', found "' . getid3_lib::PrintHexBytes(substr($AMVheader, 8, 4)) . '"'/src/wp-includes/ID3/module.audio-video.riff.php1498
sprintf('%s(): Possibly malformed expression, check argument #1 ($attrib)', __METHOD__)/src/wp-includes/SimplePie/src/Sanitize.php738
sprintf('%s(): Possibly malformed expression, check argument #1 ($attrib)', __METHOD__)/src/wp-includes/SimplePie/src/Sanitize.php758
'Malformed URL: ' . $url/src/wp-includes/SimplePie/src/File.php182
'Missing hostname: ' . $url/src/wp-includes/SimplePie/src/File.php185
"Call to undefined method $class::$method() in $file on line $line"/src/wp-includes/SimplePie/src/SimplePie.php3312
sprintf('%s(): Argument #3 ($cache_name_function) must be of type %s', __METHOD__, NameFilter::class)/src/wp-includes/SimplePie/src/Sanitize.php161
'DOMDocument not found, unable to use sanitizer'/src/wp-includes/SimplePie/src/Sanitize.php434
sprintf('%s(): Possibly malformed expression, check argument #1 ($tag)', __METHOD__)/src/wp-includes/SimplePie/src/Sanitize.php651
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure custom curl options in your HTTP client instead.', __METHOD__, self::class)/src/wp-includes/SimplePie/src/SimplePie.php879
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure fsockopen in your HTTP client instead.', __METHOD__, self::class)/src/wp-includes/SimplePie/src/SimplePie.php912
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure user agent string in your HTTP client instead.', __METHOD__, self::class)/src/wp-includes/SimplePie/src/SimplePie.php1373
sprintf('%s(): Argument #1 ($cache) must be of type %s|false', __METHOD__, DataCache::class)/src/wp-includes/SimplePie/src/SimplePie.php1866
self::lang('encoding') . $encoding/src/wp-includes/PHPMailer/PHPMailer.php4009
self::lang('encoding') . $encoding/src/wp-includes/PHPMailer/PHPMailer.php4075
self::lang('extension_missing') . 'openssl'/src/wp-includes/PHPMailer/PHPMailer.php5093
sprintf('Using "%s()" has no effect, because you already provided a HTTP client with "%s::set_http_client()". Configure timeout in your HTTP client instead.', __METHOD__, self::class)/src/wp-includes/SimplePie/src/SimplePie.php844
self::lang('encoding') . $encoding/src/wp-includes/PHPMailer/PHPMailer.php3630
self::lang('file_open') . $path/src/wp-includes/PHPMailer/PHPMailer.php3575
self::lang('file_access') . $path/src/wp-includes/PHPMailer/PHPMailer.php4000
self::lang('encoding') . $encoding/src/wp-includes/PHPMailer/PHPMailer.php3941
self::lang('file_access') . $path/src/wp-includes/PHPMailer/PHPMailer.php3397
self::lang('signing') . openssl_error_string( )/src/wp-includes/PHPMailer/PHPMailer.php3252
self::lang('file_open') . $path/src/wp-includes/PHPMailer/PHPMailer.php3571
self::lang('encoding') . $encoding/src/wp-includes/PHPMailer/PHPMailer.php3410
self::lang('recipients_failed') . $errstr/src/wp-includes/PHPMailer/PHPMailer.php2246
self::lang('execute') . $this->Sendmail/src/wp-includes/PHPMailer/PHPMailer.php1929
self::lang('extension_missing') . 'openssl'/src/wp-includes/PHPMailer/PHPMailer.php3214
self::lang('extension_missing') . 'openssl'/src/wp-includes/PHPMailer/PHPMailer.php2332
self::lang('execute') . $this->Sendmail/src/wp-includes/PHPMailer/PHPMailer.php1884
sprintf('Unknown option: "%s". Allowed values: "%s"', $key, implode('", "', $allowedOptions))/src/wp-includes/PHPMailer/DSNConfigurator.php190
self::lang('execute') . $this->Sendmail/src/wp-includes/PHPMailer/PHPMailer.php1912
self::lang('execute') . $this->Sendmail/src/wp-includes/PHPMailer/PHPMailer.php1906
'-1'/src/wp-admin/menu.php11
'-1'/src/wp-admin/edit-tag-form.php11
'-1'/src/wp-admin/options-head.php13
'-1'/src/wp-admin/admin-header.php11
'-1'/src/wp-admin/edit-form-advanced.php11
'-1'/src/wp-admin/admin-footer.php11
'<h1>' . __('Requirements Not Met') . '</h1><p>' . $compat . '</p></body></html>'/src/wp-admin/install.php291
'<h1>' . __('Already Installed') . '</h1>' . '<p>' . __('You appear to have already installed WordPress. To reinstall please clear your old database tables first.') . '</p>' . '<p class="step"><a href="' . esc_url(wp_login_url( )) . '">' . __('Log In') . '</a></p>' . '</body></html>'/src/wp-admin/install.php219
'<h1>' . __('Configuration Error') . '</h1>' . '<p>' . sprintf(__('Your %s file has an empty database table prefix, which is not supported.'), '<code>wp-config.php</code>') . '</p></body></html>'/src/wp-admin/install.php320
'<h1>' . __('Requirements Not Met') . '</h1><p>' . implode('</p><p>', $missing_extensions) . '</p></body></html>'/src/wp-admin/install.php313
'-1'/src/wp-admin/admin-functions.php14
'<h1>' . __('Configuration Error') . '</h1>' . '<p>' . sprintf(__('The constant %s cannot be defined when installing WordPress.'), '<code>DO_NOT_UPGRADE_GLOBAL_TABLES</code>') . '</p></body></html>'/src/wp-admin/install.php333
'-1'/src/wp-admin/menu-header.php11
'-1'/src/wp-admin/edit-link-form.php11
'0'/src/wp-admin/async-upload.php31
'-1'/src/wp-admin/edit-form-comment.php11
'0'/src/wp-admin/upgrade.php35
'-1'/src/wp-admin/custom-header.php14
'-1'/src/wp-includes/class-wp-customize-panel.php12
apply_filters('comment_duplicate_message', __('Duplicate comment detected; it looks as though you&#8217;ve already said that!'))/src/wp-includes/comment.php746
apply_filters('comment_flood_message', __('You are posting comments too quickly. Slow down.'))/src/wp-includes/comment.php916
'-1'/src/wp-includes/class-wp-customize-control.php12
'-1'/src/wp-includes/nav-menu-template.php12
get_status_header_desc(501)/src/wp-includes/embed.php806
'-1'/src/wp-includes/wp-diff.php13
'-1'/src/wp-includes/vars.php20
get_status_header_desc(501)/src/wp-includes/embed.php798
'404 &#8212; File not found.'/src/wp-includes/ms-files.php25
'500 &#8212; Directory not configured.'/src/wp-includes/ms-files.php30
'-1'/src/wp-includes/default-widgets.php12
'Multisite support not enabled'/src/wp-includes/ms-files.php18
'-1'/src/wp-includes/class-wp-simplepie-sanitize-kses.php12
'-1'/src/wp-includes/pluggable.php1445
'function WP_Widget::widget() must be overridden in a subclass.'/src/wp-includes/class-wp-widget.php114
'-1'/src/wp-includes/default-filters.php28
'Please do not load this page directly. Thanks!'/src/wp-includes/theme-compat/comments.php20
'Please upgrade to PHP 7.2 or newer.'/src/wp-includes/SimplePie/src/SimplePie.php674
'Autoloader not registered properly'/src/wp-includes/SimplePie/autoloader.php52
'-1'/src/wp-includes/blocks/index.php10
'-1'/src/wp-includes/ms-settings.php15
'-1'/src/wp-includes/class-wp-http.php12
'-1'/src/wp-includes/media.php11
'404 &#8212; File not found.'/src/wp-includes/ms-files.php36
'XML-RPC server accepts POST requests only.'/src/wp-includes/IXR/class-IXR-server.php47
'-1'/src/wp-admin/widgets-form.php11
'-1'/src/wp-admin/edit-form-blocks.php13
wp_create_nonce('wp_rest')/src/wp-admin/includes/ajax-actions.php5544
__('Image data does not exist. Please re-upload the image.')/src/wp-admin/includes/image-edit.php28
'function WP_List_Table::ajax_user_can() must be overridden in a subclass.'/src/wp-admin/includes/class-wp-list-table.php289
'function WP_List_Table::prepare_items() must be overridden in a subclass.'/src/wp-admin/includes/class-wp-list-table.php301
'-1'/src/wp-admin/custom-background.php14
'-1'/src/wp-admin/widgets-form-blocks.php11
'-1'/src/wp-admin/network/menu.php12
'Abort ' . basename(__FILE__) . ' : Missing zlib extensions'/src/wp-admin/includes/class-pclzip.php221
'-1'/src/wp-includes/update.php11
'-1'/src/wp-includes/class-wp-customize-setting.php12
1/src/wp-includes/load.php196
1/src/wp-includes/load.php172
wp_json_encode($response)/src/wp-admin/includes/class-wp-list-table.php1857
'function WP_List_Table::get_columns() must be overridden in a subclass.'/src/wp-admin/includes/class-wp-list-table.php1190
'-1'/src/wp-includes/functions.php10
'-1'/src/wp-admin/user/menu.php12
'-1'/src/wp-includes/ms-blogs.php13
'-1'/src/wp-includes/class-wp-text-diff-renderer-table.php12
'<h1>' . __('Already Installed') . '</h1><p>' . __('You appear to have already installed WordPress. To reinstall please clear your old database tables first.') . '</p></body></html>'/src/wp-includes/ms-deprecated.php619
sprintf($message_template, $message)/src/wp-includes/ms-deprecated.php116
'-1'/src/wp-includes/feed-atom.php10
1/src/wp-includes/load.php231
'-1'/src/wp-includes/class-IXR.php44