Mass Ping Tool for SEO 1.0.1

Does Mass Ping Tool for SEO work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
632PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 126.06 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 800+
WordPress.org page https://wordpress.org/plugins/mass-ping-tool-for-seo/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Mass Ping Tool for SEO ‹ Test site — WordPress

Page screenshot: Mass Ping Tool for SEO ‹ Test site — WordPress
URL /wp-admin/admin.php?page=mass-ping-tool-for-seo
Requested URL /wp-admin/plugins.php?action=activate&plugin=mass-ping-tool-for-seo%2Fmass-ping-tool-for-seo.php&plugin_status=all&paged=1&s&_wpnonce=90d46c44f8
Aspect after-activation
HTTP status 200
Load time 0.850 s
Memory usage 3.45 MiB
JS errors None
Resource errors None

Mass Ping Tool

Page screenshot: Mass Ping Tool
URL /wp-admin/admin.php?page=mass-ping-tool-for-seo
Aspect menu-item
HTTP status 200
Load time 0.175 s
Memory usage 3.07 MiB
JS errors None
Resource errors None

Mass Ping Tool → FAQ

Page screenshot: Mass Ping Tool → FAQ
URL /wp-admin/admin.php?page=mass-ping-tool-for-seo&tab=faq
Aspect menu-item-tab
HTTP status 200
Load time 0.187 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Mass Ping Tool → Contact Us

Page screenshot: Mass Ping Tool → Contact Us
URL /wp-admin/admin.php?page=mass-ping-tool-for-seo-contact
Aspect menu-item
HTTP status 200
Load time 0.195 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Mass Ping Tool → Upgrade  ➤

Page screenshot: Mass Ping Tool → Upgrade  ➤
URL /wp-admin/admin.php?page=mass-ping-tool-for-seo-pricing
Aspect menu-item
HTTP status 200
Load time 0.236 s
Memory usage 3.42 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.261 s
Memory usage 3.07 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.820 s
Memory usage 5.09 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.652 s0.269 s-0.383 s3.05 MiB3.22 MiB+ 182.78 KiB
/wp-admin/edit.php0.192 s0.206 s+0.014 s3.07 MiB3.25 MiB+ 181.96 KiB
/wp-admin/post-new.php0.786 s0.979 s+0.193 s4.97 MiB5.09 MiB+ 125.92 KiB
/wp-admin/upload.php0.576 s0.487 s-0.089 s2.99 MiB3.09 MiB+ 102.47 KiB
/wp-admin/options-writing.php0.172 s0.185 s+0.013 s2.99 MiB3.07 MiB+ 88.18 KiB
/wp-admin/media-new.php0.279 s0.213 s-0.066 s2.97 MiB3.08 MiB+ 114.34 KiB
/wp-admin/edit-tags.php?taxonomy=category0.242 s0.215 s-0.027 s2.98 MiB3.12 MiB+ 139.52 KiB
/wp-admin/post-new.php?post_type=page0.625 s0.674 s+0.049 s4.96 MiB5.08 MiB+ 117.85 KiB
/wp-admin/options-discussion.php0.208 s0.216 s+0.008 s2.98 MiB3.08 MiB+ 102.02 KiB
/wp-admin/edit-comments.php0.218 s0.214 s-0.004 s3 MiB3.1 MiB+ 101.45 KiB
/0.290 s0.212 s-0.078 s2.94 MiB3.07 MiB+ 130.16 KiB
Average 0.385 s0.352 s-0.034 s3.35 MiB3.48 MiB+ 126.06 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
CSS
Language % Lines of code Comment lines Files
PHP73.6%1,22110516
CSS24.5%407361
JavaScript1.2%2001
JSON0.7%1101
Total 1,659 141 19

PHP Code Analysis | More results »

Lines of code 763
Total complexity 144
Median class complexity 8.0
Median method complexity 1.0
Most complex class Pagup\MassPingTool\Controllers\MetaboxController
Most complex function Pagup\MassPingTool\Controllers\MetaboxController::save_post_data()
Classes 10
Methods 41
Functions 4

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 1

Options wp_options 7

Meta Boxes

{
    "post": {
        "mpt__ping_log": {
            "title": "Mass Ping Log (last 10 entries)",
            "context": "normal"
        }
    }
}

PHP Error Log 632 lines

[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:25 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/mass-ping-tool-for-seo/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 03:23:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162

(+532 more lines)
See also: All tests for this plugin, How to Hide Mass Ping Tool for SEO Admin Menus and Meta Boxes