WP Project Manager 2.6.7

Does WP Project Manager work with WordPress 6.4.3 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: 447.81 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.4.3
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=d7774d56a5
Aspect after-activation
HTTP status 200
Load time 2.417 s
Memory usage 3.74 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.419 s
Memory usage 3.71 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.238 s
Memory usage 3.61 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.392 s0.375 s-0.017 s3.38 MiB3.73 MiB+ 352.1 KiB
/wp-admin/edit.php0.222 s0.298 s+0.076 s3.41 MiB3.81 MiB+ 414.39 KiB
/wp-admin/post-new.php0.935 s0.665 s-0.270 s5.46 MiB6.39 MiB+ 951.99 KiB
/wp-admin/upload.php0.632 s0.411 s-0.221 s3.33 MiB3.65 MiB+ 333.79 KiB
/wp-admin/options-writing.php0.226 s0.252 s+0.026 s3.32 MiB3.62 MiB+ 309.65 KiB
/wp-admin/media-new.php0.339 s0.529 s+0.190 s3.3 MiB3.62 MiB+ 329.51 KiB
/wp-admin/edit-tags.php?taxonomy=category0.215 s0.235 s+0.020 s3.31 MiB3.66 MiB+ 351.66 KiB
/wp-admin/post-new.php?post_type=page0.637 s0.653 s+0.016 s5.45 MiB6.38 MiB+ 948.16 KiB
/wp-admin/options-discussion.php0.373 s0.317 s-0.056 s3.3 MiB3.64 MiB+ 339.32 KiB
/wp-admin/edit-comments.php0.257 s0.251 s-0.006 s3.34 MiB3.66 MiB+ 334.2 KiB
/0.359 s0.223 s-0.136 s3.36 MiB3.61 MiB+ 261.09 KiB
Average 0.417 s0.383 s-0.034 s3.72 MiB4.16 MiB+ 447.81 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.1%26,5034,972269
CSS11.1%11,31583315
PO File9.7%9,89712,34712
SVG5.9%5,94991130
HTML0.8%83341
Sass0.2%24301
Total 101,664 46,775 432

PHP Code Analysis | More results »

Lines of code 23,531
Total complexity 4,375
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

[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:03 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:06 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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
[31-Jan-2024 17:00:07 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

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