WP human resource management 2.2.17

Does WP human resource management work with WordPress 6.5.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 449.18 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.5.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/hrm/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=hrm%2Fhrm.php&plugin_status=all&paged=1&s&_wpnonce=13d6ab7790
Aspect after-activation
HTTP status 200
Load time 0.605 s
Memory usage 4.07 MiB
JS errors None
Resource errors None

HRM

Page screenshot: HRM
URL /wp-admin/admin.php?page=hr_management#/dashboard
Requested URL /wp-admin/admin.php?page=hr_management
Aspect menu-item
HTTP status 200
Load time 1.085 s
Memory usage 3.85 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.184 s
Memory usage 3.82 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.375 s0.324 s-0.051 s3.44 MiB3.88 MiB+ 459.64 KiB
/wp-admin/edit.php0.216 s0.238 s+0.022 s3.46 MiB3.9 MiB+ 449.83 KiB
/wp-admin/post-new.php0.957 s0.629 s-0.328 s5.59 MiB6.07 MiB+ 487.88 KiB
/wp-admin/upload.php0.576 s0.470 s-0.106 s3.38 MiB3.81 MiB+ 439.28 KiB
/wp-admin/options-writing.php0.230 s0.219 s-0.011 s3.37 MiB3.79 MiB+ 429.88 KiB
/wp-admin/media-new.php0.307 s0.234 s-0.073 s3.35 MiB3.79 MiB+ 450.09 KiB
/wp-admin/edit-tags.php?taxonomy=category0.202 s0.194 s-0.008 s3.37 MiB3.81 MiB+ 455.27 KiB
/wp-admin/post-new.php?post_type=page0.596 s0.581 s-0.015 s5.59 MiB6.05 MiB+ 479.52 KiB
/wp-admin/options-discussion.php0.344 s0.317 s-0.027 s3.36 MiB3.79 MiB+ 442.02 KiB
/wp-admin/edit-comments.php0.253 s0.237 s-0.016 s3.39 MiB3.82 MiB+ 437.17 KiB
/0.304 s0.210 s-0.094 s3.42 MiB3.82 MiB+ 410.42 KiB
Average 0.396 s0.332 s-0.064 s3.79 MiB4.23 MiB+ 449.18 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
Language % Lines of code Comment lines Files
PHP70.5%9,88898987
CSS14.3%2,000625
LESS6.0%84741
SVG4.7%66023
PO File4.4%6153811
YAML0.1%1201
HTML0.0%101
JavaScript0.0%101
Total 14,024 1,438 100

PHP Code Analysis | More results »

Lines of code 9,722
Total complexity 1,716
Median class complexity 5.0
Median method complexity 2.0
Most complex class Hrm_Attendance
Most complex function Hrm_Attendance::get_attendance()
Classes 67
Methods 497
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 22

Options wp_options 15

Custom Post Types 6

ID Name
hrm_projectProject
hrm_taskTask
hrm_fileFile
hrm_punchPunch
hrm_ratingRating
hrm_rating_parentRating

Roles 2

ID Name
hrm_employeeHRM Employee
hrm_managerHRM Manager

Capabilities 15

PHP Error Log 306 lines

[14-Apr-2024 12:38:55 UTC] PHP Deprecated:  Optional parameter $tab declared before required parameter $page is implicitly treated as a required parameter in /wp-content/plugins/hrm/include/urls.php on line 2
[14-Apr-2024 12:38:55 UTC] PHP Deprecated:  Optional parameter $tab declared before required parameter $page is implicitly treated as a required parameter in /wp-content/plugins/hrm/include/urls.php on line 8
[14-Apr-2024 12:38:55 UTC] PHP Deprecated:  Optional parameter $sub_tab declared before required parameter $page is implicitly treated as a required parameter in /wp-content/plugins/hrm/include/urls.php on line 8
[14-Apr-2024 12:38:55 UTC] PHP Deprecated:  Optional parameter $force declared before required parameter $employee_id is implicitly treated as a required parameter in /wp-content/plugins/hrm/class/employee.php on line 170
[14-Apr-2024 12:38: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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38: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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38: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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38: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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38: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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:56 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:56 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:56 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:56 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:56 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:57 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:57 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:57 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:57 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:57 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3284
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3295
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3307
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 3318
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/database/Eloquent/Model.php on line 2367
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 831
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 842
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 854
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 872
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 820
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 799
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 778
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 415
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 426
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 438
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 449
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 394
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/pagination/AbstractPaginator.php on line 374
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 831
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 842
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 854
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 872
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 820
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 799
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 778
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 831
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 842
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 854
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 872
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 820
[14-Apr-2024 12:38:58 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/hrm/vendor/illuminate/support/Collection.php on line 799

(+206 more lines)
See also: All tests for this plugin, How to Hide WP human resource management Admin Menus