WP Project Manager 2.6.4

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

Summary

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

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

Page speed impact: 0.029 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=61f192bf53
Aspect after-activation
HTTP status 200
Load time 2.310 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#/projects/active
Requested URL /wp-admin/admin.php?page=pm_projects
Aspect menu-item
HTTP status 200
Load time 1.047 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.256 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.268 s0.307 s+0.039 s3.07 MiB3.38 MiB+ 317.95 KiB
/wp-admin/edit.php0.259 s0.561 s+0.302 s3.1 MiB3.47 MiB+ 379.88 KiB
/wp-admin/post-new.php0.822 s1.336 s+0.514 s5.02 MiB5.91 MiB+ 912.34 KiB
/wp-admin/upload.php0.709 s0.294 s-0.415 s3.02 MiB3.31 MiB+ 301.09 KiB
/wp-admin/options-writing.php0.161 s0.164 s+0.003 s3.01 MiB3.3 MiB+ 291.07 KiB
/wp-admin/media-new.php0.259 s0.202 s-0.057 s2.99 MiB3.3 MiB+ 314.98 KiB
/wp-admin/edit-tags.php?taxonomy=category0.183 s0.198 s+0.015 s3.01 MiB3.32 MiB+ 317.15 KiB
/wp-admin/post-new.php?post_type=page1.070 s0.919 s-0.151 s5.01 MiB5.9 MiB+ 908.51 KiB
/wp-admin/options-discussion.php0.257 s0.341 s+0.084 s3 MiB3.3 MiB+ 304.8 KiB
/wp-admin/edit-comments.php0.250 s0.233 s-0.017 s3.03 MiB3.32 MiB+ 299.68 KiB
/0.297 s0.295 s-0.002 s3.03 MiB3.3 MiB+ 280.98 KiB
Average 0.412 s0.441 s+0.029 s3.39 MiB3.8 MiB+ 420.77 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.

JavaScript
PHP
CSS
PO File
Language % Lines of code Comment lines Files
JavaScript46.2%46,92428,5284
PHP26.0%26,4714,621269
CSS11.1%11,31583315
PO File9.7%9,89712,34712
SVG5.9%5,94991130
HTML0.8%83341
Sass0.2%24301
Total 101,632 46,424 432

PHP Code Analysis | More results »

Lines of code 23,524
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 317 lines

[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:22:57 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:00 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 510
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 521
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 533
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 544
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 476
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 456
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\Paginator::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/pagination/Paginator.php on line 161
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 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
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 510
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 521
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 533
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 544
[14-Jul-2023 06:23:01 UTC] PHP Deprecated:  Return type of Illuminate\Pagination\AbstractPaginator::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/pagination/AbstractPaginator.php on line 476

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