WP Project Manager 2.6.16

Does WP Project Manager work with WordPress 6.7.1 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: 459.53 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version6.7.1
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=fb94d7c4ab
Aspect after-activation
HTTP status 200
Load time 2.401 s
Memory usage 3.88 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.191 s
Memory usage 3.87 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.202 s
Memory usage 3.72 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.337 s0.365 s+0.028 s3.48 MiB3.88 MiB+ 407.4 KiB
/wp-admin/edit.php0.201 s0.415 s+0.214 s3.54 MiB3.9 MiB+ 368.88 KiB
/wp-admin/post-new.php0.790 s1.077 s+0.287 s5.92 MiB6.88 MiB+ 976.99 KiB
/wp-admin/upload.php0.605 s0.394 s-0.211 s3.5 MiB3.82 MiB+ 330.89 KiB
/wp-admin/options-writing.php0.236 s0.246 s+0.010 s3.47 MiB3.8 MiB+ 334.87 KiB
/wp-admin/media-new.php0.341 s0.287 s-0.054 s3.46 MiB3.8 MiB+ 343.06 KiB
/wp-admin/edit-tags.php?taxonomy=category0.197 s0.223 s+0.026 s3.48 MiB3.82 MiB+ 348.33 KiB
/wp-admin/post-new.php?post_type=page0.569 s0.850 s+0.281 s5.92 MiB6.87 MiB+ 973.09 KiB
/wp-admin/options-discussion.php0.480 s0.359 s-0.121 s3.47 MiB3.8 MiB+ 331.68 KiB
/wp-admin/edit-comments.php0.220 s0.241 s+0.021 s3.49 MiB3.82 MiB+ 331.02 KiB
/0.319 s0.254 s-0.065 s3.42 MiB3.72 MiB+ 308.63 KiB
Average 0.390 s0.428 s+0.038 s3.92 MiB4.37 MiB+ 459.53 KiB

Code Statistics

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

PHP
CSS
PO File
SVG
Language % Lines of code Comment lines Files
PHP47.8%25,9134,982268
CSS20.9%11,31583315
PO File18.3%9,89712,34712
SVG11.0%5,94991130
HTML1.5%83341
Sass0.4%24301
JavaScript0.0%10723
Total 54,160 18,329 430

PHP Code Analysis | More results »

Lines of code 23,603
Total complexity 4,390
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,374
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

[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:31 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:34 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::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/container/Container.php on line 1225
[12-Dec-2024 06:08:35 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::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/container/Container.php on line 1237
[12-Dec-2024 06:08:35 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::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/container/Container.php on line 1250
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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
[12-Dec-2024 06:08:35 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

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