WP Project Manager 2.6.1

Does WP Project Manager work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

Page speed impact: 0.059 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 8,000+
WordPress.org page https://wordpress.org/plugins/wedevs-project-manager/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/index.php?page=pm_projects#/welcome
Requested URL /wp-admin/plugins.php?action=activate&plugin=wedevs-project-manager%2Fcpm.php&plugin_status=all&paged=1&s&_wpnonce=41ab36c0c7
Aspect after-activation
HTTP status 200
Load time 2.079 s
Memory usage 3.42 MiB
JS errors None
Resource errors None

Project Manager

Page screenshot: Project Manager
URL /wp-admin/admin.php?page=pm_projects
Aspect menu-item
HTTP status 200
Load time 0.879 s
Memory usage 3.39 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.227 s
Memory usage 3.3 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.286 s0.380 s+0.094 s3.07 MiB3.38 MiB+ 317.55 KiB
/wp-admin/edit.php0.191 s0.289 s+0.098 s3.1 MiB3.47 MiB+ 379.48 KiB
/wp-admin/post-new.php0.737 s0.680 s-0.057 s5.02 MiB5.98 MiB+ 980.41 KiB
/wp-admin/upload.php0.534 s0.464 s-0.070 s3.02 MiB3.31 MiB+ 300.75 KiB
/wp-admin/options-writing.php0.148 s0.279 s+0.131 s3.01 MiB3.3 MiB+ 290.73 KiB
/wp-admin/media-new.php0.320 s0.318 s-0.002 s2.99 MiB3.3 MiB+ 314.64 KiB
/wp-admin/edit-tags.php?taxonomy=category0.171 s0.300 s+0.129 s3.01 MiB3.31 MiB+ 316.8 KiB
/wp-admin/post-new.php?post_type=page0.612 s0.681 s+0.069 s5.01 MiB5.91 MiB+ 912.5 KiB
/wp-admin/options-discussion.php0.207 s0.409 s+0.202 s3 MiB3.3 MiB+ 304.46 KiB
/wp-admin/edit-comments.php0.185 s0.311 s+0.126 s3.03 MiB3.32 MiB+ 299.34 KiB
/0.299 s0.226 s-0.073 s2.97 MiB3.3 MiB+ 341.72 KiB
Average 0.335 s0.394 s+0.059 s3.38 MiB3.81 MiB+ 432.58 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
JSON
PO File
CSS
SVG
Language % Lines of code Comment lines Files
PHP39.5%26,4544,620269
JSON24.2%16,22102
PO File14.7%9,87312,33412
CSS11.0%7,34176714
SVG8.9%5,94991130
HTML1.2%83341
Sass0.4%24301
XML0.0%2051
YAML0.0%1201
Total 66,946 17,821 431

PHP Code Analysis | More results »

Lines of code 23,514
Total complexity 4,373
Median class complexity 7.0
Median method complexity 2.0
Most complex class WeDevs\PM\Task\Helper\Task
Most complex function WeDevs\PM\Core\Upgrades\Upgrade_2_0::set_project_settings()
Classes 195
Methods 1,369
Functions 139

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 21

Options wp_options 3

PHP Error Log 767 lines

[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::__set_state($array) should either be compatible with DateTime::__set_state(array $array): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5248
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::createFromFormat($format, $time, $tz = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 883
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::getLastErrors() should either be compatible with DateTime::getLastErrors(): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 935
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setTimezone($value) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1394
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 1311
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Carbon\Carbon::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 5258
[29-May-2023 04:55:43 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[29-May-2023 04:55:43 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[29-May-2023 04:55:43 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[29-May-2023 04:55:43 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/wedevs-project-manager/vendor/nesbot/carbon/src/Carbon/Carbon.php on line 555
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:43 UTC] PHP Deprecated:  strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-admin/admin-header.php on line 36
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:43 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1550
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1561
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1573
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) 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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1588
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::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/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1529
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1508
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/support/Collection.php on line 1477
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1300
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1311
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1323
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) 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/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 1334
[29-May-2023 04:55:44 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/wedevs-project-manager/vendor/illuminate/database/Eloquent/Model.php on line 927

(+667 more lines)
See also: All tests for this plugin, How to Hide WP Project Manager Admin Menus