MarfeelPress 2.1.338

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

Summary

Errors
6,860PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.5.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 200+
WordPress.org page https://wordpress.org/plugins/marfeelpress/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/?page=mrf-signup&errorMsg=INCORRECT_REQUEST
Requested URL /wp-admin/plugins.php?action=activate&plugin=marfeelpress%2Fmarfeel-press.php&plugin_status=all&paged=1&s&_wpnonce=a087d5d0e0
Aspect after-activation
HTTP status 200
Load time 12.058 s
Memory usage 3.68 MiB
JS errors None
Resource errors None

MarfeelPress

Page screenshot: MarfeelPress
URL /wp-admin/admin.php?page=mrf-signup
Requested URL /wp-admin/admin.php?page=mrf-onboarding
Aspect menu-item
HTTP status 200
Load time 0.633 s
Memory usage 3.7 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.196 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 1.037 s
Memory usage 5.95 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.805 s
Memory usage 5.95 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.368 s0.516 s+0.148 s3.44 MiB3.79 MiB+ 365.34 KiB
/wp-admin/edit.php0.206 s0.589 s+0.383 s3.46 MiB3.88 MiB+ 430.05 KiB
/wp-admin/post-new.php0.935 s1.145 s+0.210 s5.59 MiB5.95 MiB+ 371.85 KiB
/wp-admin/upload.php0.602 s0.649 s+0.047 s3.38 MiB3.72 MiB+ 348.41 KiB
/wp-admin/options-writing.php0.230 s0.395 s+0.165 s3.37 MiB3.71 MiB+ 340.38 KiB
/wp-admin/media-new.php0.304 s0.457 s+0.153 s3.35 MiB3.7 MiB+ 360.59 KiB
/wp-admin/edit-tags.php?taxonomy=category0.201 s0.400 s+0.199 s3.37 MiB3.73 MiB+ 365.77 KiB
/wp-admin/post-new.php?post_type=page0.549 s0.779 s+0.230 s5.59 MiB5.95 MiB+ 367.28 KiB
/wp-admin/options-discussion.php0.327 s0.464 s+0.137 s3.36 MiB3.7 MiB+ 348.91 KiB
/wp-admin/edit-comments.php0.252 s0.388 s+0.136 s3.39 MiB3.73 MiB+ 347.69 KiB
/0.306 s0.215 s-0.091 s3.42 MiB3.56 MiB+ 148.63 KiB
Average 0.389 s0.545 s+0.156 s3.79 MiB4.13 MiB+ 344.99 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
Language % Lines of code Comment lines Files
PHP90.6%9,989556268
YAML4.1%452333
Sass2.7%294414
Markdown1.4%15106
SVG1.1%12216
JavaScript0.1%1602
Total 11,024 594 299

PHP Code Analysis | More results »

Lines of code 8,429
Total complexity 1,855
Median class complexity 4.0
Median method complexity 1.0
Most complex class Base\Services\Marfeel_Press_Service
Most complex function Base\Utils\Image_Utils::is_valid_image()
Classes 237
Methods 922
Functions 6

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 1

Meta Boxes

{
    "post": {
        "mrf_post_options": {
            "title": "Marfeel",
            "context": "side"
        }
    },
    "page": {
        "mrf_page_options": {
            "title": "Marfeel",
            "context": "side"
        }
    }
}

Roles 1

ID Name
marfeelMarfeel User

Capabilities 1

PHP Error Log 6860 lines

[14-Apr-2024 17:42:30 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 796
[14-Apr-2024 17:42:30 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 807
[14-Apr-2024 17:42:30 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 819
[14-Apr-2024 17:42:30 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 841
[14-Apr-2024 17:42:37 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/monolog/monolog/src/Monolog/Logger.php on line 318
[14-Apr-2024 17:42:37 UTC] PHP Deprecated:  strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-admin/includes/class-wp-filesystem-direct.php on line 74
[14-Apr-2024 17:42:37 UTC] PHP Deprecated:  fwrite(): Passing null to parameter #2 ($data) of type string is deprecated in /wp-admin/includes/class-wp-filesystem-direct.php on line 76
[14-Apr-2024 17:42:37 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 796
[14-Apr-2024 17:42:37 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 807
[14-Apr-2024 17:42:37 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 819
[14-Apr-2024 17:42:37 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/marfeelpress/vendor/illuminate/container/Illuminate/Container/Container.php on line 841
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49
[14-Apr-2024 17:42:38 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/marfeelpress/vendor/symfony/yaml/Inline.php on line 49

(+6760 more lines)
See also: All tests for this plugin, How to Hide MarfeelPress Admin Menus and Meta Boxes