WP Project Manager 2.6.13

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

Summary

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

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

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

Environment
WordPress version6.5.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 9,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=45dad72a4c
Aspect after-activation
HTTP status 200
Load time 2.720 s
Memory usage 3.8 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.129 s
Memory usage 3.77 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.212 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.466 s0.422 s-0.044 s3.44 MiB3.77 MiB+ 340.72 KiB
/wp-admin/edit.php0.229 s0.437 s+0.208 s3.46 MiB3.85 MiB+ 403.01 KiB
/wp-admin/post-new.php0.965 s1.196 s+0.231 s5.59 MiB6.54 MiB+ 974.26 KiB
/wp-admin/upload.php0.654 s0.582 s-0.072 s3.38 MiB3.7 MiB+ 324.22 KiB
/wp-admin/options-writing.php0.221 s0.271 s+0.050 s3.37 MiB3.68 MiB+ 317.64 KiB
/wp-admin/media-new.php0.303 s0.264 s-0.039 s3.35 MiB3.68 MiB+ 338.12 KiB
/wp-admin/edit-tags.php?taxonomy=category0.204 s0.247 s+0.043 s3.37 MiB3.7 MiB+ 340.28 KiB
/wp-admin/post-new.php?post_type=page0.594 s0.946 s+0.352 s5.59 MiB6.53 MiB+ 970.42 KiB
/wp-admin/options-discussion.php0.261 s0.395 s+0.134 s3.36 MiB3.68 MiB+ 327.94 KiB
/wp-admin/edit-comments.php0.472 s0.274 s-0.198 s3.39 MiB3.71 MiB+ 322.81 KiB
/0.376 s0.245 s-0.131 s3.42 MiB3.67 MiB+ 262.66 KiB
Average 0.431 s0.480 s+0.049 s3.79 MiB4.23 MiB+ 447.46 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,4934,974269
CSS11.1%11,31583315
PO File9.7%9,89712,34712
SVG5.9%5,94991130
HTML0.8%83341
Sass0.2%24301
Total 101,654 46,777 432

PHP Code Analysis | More results »

Lines of code 23,528
Total complexity 4,374
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 289 lines

[10-Apr-2024 22:55:50 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 1544
[10-Apr-2024 22:55:50 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 1555
[10-Apr-2024 22:55:50 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 1567
[10-Apr-2024 22:55:50 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 1578
[10-Apr-2024 22:55:50 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 1115
[10-Apr-2024 22:55:50 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 2060
[10-Apr-2024 22:55:50 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 2071
[10-Apr-2024 22:55:50 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 2083
[10-Apr-2024 22:55:50 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 2098
[10-Apr-2024 22:55:50 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 2007
[10-Apr-2024 22:55:50 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 1986
[10-Apr-2024 22:55:50 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 1955
[10-Apr-2024 22:55:50 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 1544
[10-Apr-2024 22:55:50 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 1555
[10-Apr-2024 22:55:50 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 1567
[10-Apr-2024 22:55:50 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 1578
[10-Apr-2024 22:55:50 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 1115
[10-Apr-2024 22:55:50 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 2060
[10-Apr-2024 22:55:50 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 2071
[10-Apr-2024 22:55:50 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 2083
[10-Apr-2024 22:55:50 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 2098
[10-Apr-2024 22:55:50 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 2007
[10-Apr-2024 22:55:50 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 1986
[10-Apr-2024 22:55:50 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 1955
[10-Apr-2024 22:55:50 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 1544
[10-Apr-2024 22:55:50 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 1555
[10-Apr-2024 22:55:50 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 1567
[10-Apr-2024 22:55:50 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 1578
[10-Apr-2024 22:55:50 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 1115
[10-Apr-2024 22:55:50 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 2060
[10-Apr-2024 22:55:50 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 2071
[10-Apr-2024 22:55:50 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 2083
[10-Apr-2024 22:55:50 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 2098
[10-Apr-2024 22:55:50 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 2007
[10-Apr-2024 22:55:50 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 1986
[10-Apr-2024 22:55:50 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 1955
[10-Apr-2024 22:55:51 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
[10-Apr-2024 22:55:54 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 1544
[10-Apr-2024 22:55:54 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 1555
[10-Apr-2024 22:55:54 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 1567
[10-Apr-2024 22:55:54 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 1578
[10-Apr-2024 22:55:54 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 1115
[10-Apr-2024 22:55:54 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 2060
[10-Apr-2024 22:55:54 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 2071
[10-Apr-2024 22:55:54 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 2083
[10-Apr-2024 22:55:54 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 2098
[10-Apr-2024 22:55:54 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 2007
[10-Apr-2024 22:55:54 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 1986
[10-Apr-2024 22:55:54 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 1955
[10-Apr-2024 22:55:54 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 1544
[10-Apr-2024 22:55:54 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 1555
[10-Apr-2024 22:55:54 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 1567
[10-Apr-2024 22:55:54 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 1578
[10-Apr-2024 22:55:54 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 1115
[10-Apr-2024 22:55:54 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 2060
[10-Apr-2024 22:55:54 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 2071
[10-Apr-2024 22:55:54 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 2083
[10-Apr-2024 22:55:54 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 2098
[10-Apr-2024 22:55:54 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 2007
[10-Apr-2024 22:55:54 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 1986
[10-Apr-2024 22:55:54 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 1955
[10-Apr-2024 22:55:55 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 1544
[10-Apr-2024 22:55:55 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 1555
[10-Apr-2024 22:55:55 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 1567
[10-Apr-2024 22:55:55 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 1578
[10-Apr-2024 22:55:55 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 1115
[10-Apr-2024 22:55:55 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 589
[10-Apr-2024 22:55:55 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 600
[10-Apr-2024 22:55:55 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 612
[10-Apr-2024 22:55:55 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 623
[10-Apr-2024 22:55:55 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 545
[10-Apr-2024 22:55:55 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 515
[10-Apr-2024 22:55:55 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 164
[10-Apr-2024 22:55:55 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 589
[10-Apr-2024 22:55:55 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 600
[10-Apr-2024 22:55:55 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 612
[10-Apr-2024 22:55:55 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 623
[10-Apr-2024 22:55:55 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 545
[10-Apr-2024 22:55:55 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 515
[10-Apr-2024 22:55:55 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 164
[10-Apr-2024 22:55:55 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 2060
[10-Apr-2024 22:55:55 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 2071
[10-Apr-2024 22:55:55 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 2083
[10-Apr-2024 22:55:55 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 2098
[10-Apr-2024 22:55:55 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 2007
[10-Apr-2024 22:55:55 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 1986
[10-Apr-2024 22:55:55 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 1955
[10-Apr-2024 22:55:55 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 1544
[10-Apr-2024 22:55:55 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 1555
[10-Apr-2024 22:55:55 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 1567
[10-Apr-2024 22:55:55 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 1578
[10-Apr-2024 22:55:55 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 1115
[10-Apr-2024 22:55:55 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 2060
[10-Apr-2024 22:55:55 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 2071
[10-Apr-2024 22:55:55 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 2083
[10-Apr-2024 22:55:55 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 2098
[10-Apr-2024 22:55:55 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 2007
[10-Apr-2024 22:55:55 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 1986
[10-Apr-2024 22:55:55 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 1955
[10-Apr-2024 22:55:55 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::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/container/Container.php on line 1214

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