Magical Posts Display 1.2.17

Does Magical Posts Display work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 4,000+
WordPress.org page https://wordpress.org/plugins/magical-posts-display/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=magical-posts-display%2Fmagical-posts-display.php&plugin_status=all&paged=1&s&_wpnonce=26ef78203c
Aspect after-activation
HTTP status 200
Load time 0.748 s
Memory usage 4.82 MiB
JS errors None
Resource errors None

Magical Posts Display

Page screenshot: Magical Posts Display
URL /wp-admin/admin.php?page=mgpd-page
Aspect menu-item
HTTP status 200
Load time 0.542 s
Memory usage 4.32 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.346 s
Memory usage 3.53 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.364 s
Memory usage 6.01 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.279 s0.447 s+0.168 s3.05 MiB4.46 MiB+ 1.41 MiB
/wp-admin/edit.php0.189 s0.403 s+0.214 s3.07 MiB4.48 MiB+ 1.4 MiB
/wp-admin/post-new.php0.748 s1.194 s+0.446 s4.97 MiB6.06 MiB+ 1.09 MiB
/wp-admin/upload.php0.526 s0.501 s-0.025 s2.99 MiB4.31 MiB+ 1.32 MiB
/wp-admin/options-writing.php0.141 s0.344 s+0.203 s2.99 MiB4.31 MiB+ 1.33 MiB
/wp-admin/media-new.php0.273 s0.423 s+0.150 s2.97 MiB4.31 MiB+ 1.34 MiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.389 s+0.190 s2.98 MiB4.35 MiB+ 1.37 MiB
/wp-admin/post-new.php?post_type=page0.628 s0.792 s+0.164 s4.96 MiB6.06 MiB+ 1.1 MiB
/wp-admin/options-discussion.php0.234 s0.596 s+0.362 s2.97 MiB4.34 MiB+ 1.36 MiB
/wp-admin/edit-comments.php0.173 s0.389 s+0.216 s3 MiB4.35 MiB+ 1.35 MiB
/0.266 s0.235 s-0.031 s2.94 MiB3.53 MiB+ 602.84 KiB
Average 0.332 s0.519 s+0.187 s3.35 MiB4.6 MiB+ 1.24 MiB

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.

PO File
PHP
CSS
Language % Lines of code Comment lines Files
PO File45.1%32,32318,502120
PHP38.6%27,6698,302103
CSS9.9%7,0991,26818
JavaScript4.1%2,91469321
Sass1.9%1,3792516
SVG0.4%2981720
JSON0.0%601
Total 71,688 28,807 299

PHP Code Analysis | More results »

Lines of code 27,697
Total complexity 3,158
Median class complexity 13.0
Median method complexity 2.0
Most complex class CMB2
Most complex function mgdPostCarousel::mgpd_carousel()
Classes 97
Methods 743
Functions 86

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.

Options wp_options 4

Sidebar Widgets 1

ID Name
mpdw-recent-postsMagical Posts

Meta Boxes

{
    "mp-display": {
        "metabox-tabs": {
            "title": "All setup for magical posts display",
            "context": "normal"
        }
    }
}

PHP Error Log 282 lines

[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Optional parameter $field_escaped_value declared before required parameter $field_type_object is implicitly treated as a required parameter in /wp-content/plugins/magical-posts-display/admin/src/cmb-field-select2/cmb-field-select2.php on line 84
[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:06 UTC] PHP Deprecated:  Optional parameter $type declared before required parameter $field_id is implicitly treated as a required parameter in /wp-content/plugins/magical-posts-display/admin/src/cmb2/includes/rest-api/CMB2_REST.php on line 693
[12-Jan-2023 10:05:07 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:07 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:07 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:07 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:08 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:08 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:08 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:08 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:09 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:09 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:09 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:09 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:10 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:10 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:10 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:10 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:11 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:13 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:14 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:15 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:16 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:16 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:16 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:16 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[12-Jan-2023 10:05:17 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) 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/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93

(+182 more lines)
See also: All tests for this plugin, How to Hide the "Magical Posts Display" Admin Menu