CartFlows 1.11.10

Does CartFlows work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

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=cartflows%2Fcartflows.php&plugin_status=all&paged=1&s&_wpnonce=36f4ceaee4
Aspect after-activation
HTTP status 200
Load time 1.439 s
Memory usage 4.55 MiB
JS errors None
Resource errors None

CartFlows

Page screenshot: CartFlows
URL /wp-admin/admin.php?page=cartflows
Aspect menu-item
HTTP status 200
Load time 0.603 s
Memory usage 6.17 MiB
JS errors None
Resource errors None

CartFlows → Flows

Page screenshot: CartFlows → Flows
URL /wp-admin/admin.php?page=cartflows&path=flows
Aspect menu-item
HTTP status 200
Load time 0.368 s
Memory usage 5.37 MiB
JS errors None
Resource errors None

CartFlows → Store Checkout

Page screenshot: CartFlows → Store Checkout
URL /wp-admin/admin.php?page=cartflows&path=store-checkout
Aspect menu-item
HTTP status 200
Load time 0.297 s
Memory usage 5.37 MiB
JS errors None
Resource errors None

CartFlows → Templates

Page screenshot: CartFlows → Templates
URL /wp-admin/admin.php?page=cartflows&path=library
Aspect menu-item
HTTP status 200
Load time 0.349 s
Memory usage 5.37 MiB
JS errors None
Resource errors None

CartFlows → Settings

Page screenshot: CartFlows → Settings
URL /wp-admin/admin.php?page=cartflows&path=settings
Aspect menu-item
HTTP status 200
Load time 0.292 s
Memory usage 5.37 MiB
JS errors None
Resource errors None

Tools → Scheduled Actions

Page screenshot: Tools → Scheduled Actions
URL /wp-admin/tools.php?page=action-scheduler
Aspect menu-item
HTTP status 200
Load time 0.197 s
Memory usage 3.69 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.216 s
Memory usage 3.32 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.283 s0.271 s-0.012 s3.07 MiB3.64 MiB+ 576.95 KiB
/wp-admin/edit.php0.199 s0.225 s+0.026 s3.1 MiB3.7 MiB+ 616.23 KiB
/wp-admin/post-new.php0.735 s1.124 s+0.389 s5.02 MiB17.85 MiB+ 12.83 MiB
/wp-admin/upload.php0.567 s0.487 s-0.080 s3.02 MiB3.58 MiB+ 577.28 KiB
/wp-admin/options-writing.php0.169 s0.157 s-0.012 s3.01 MiB3.54 MiB+ 542.66 KiB
/wp-admin/media-new.php0.265 s0.211 s-0.054 s2.99 MiB3.56 MiB+ 579.02 KiB
/wp-admin/edit-tags.php?taxonomy=category0.198 s0.188 s-0.010 s3.01 MiB3.58 MiB+ 591.16 KiB
/wp-admin/post-new.php?post_type=page0.593 s0.625 s+0.032 s5.01 MiB11.97 MiB+ 6.96 MiB
/wp-admin/options-discussion.php0.204 s0.236 s+0.032 s3 MiB3.54 MiB+ 556.9 KiB
/wp-admin/edit-comments.php0.199 s0.214 s+0.015 s3.03 MiB3.59 MiB+ 574.41 KiB
/0.293 s0.342 s+0.049 s2.97 MiB3.32 MiB+ 362.59 KiB
Average 0.337 s0.371 s+0.034 s3.38 MiB5.63 MiB+ 2.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.

PHP
CSS
JavaScript
JSON
Language % Lines of code Comment lines Files
PHP48.5%42,65216,403287
CSS19.2%16,9251,54248
JavaScript15.2%13,326728110
JSON12.3%10,81606
Sass3.9%3,41311635
SVG0.9%827636
Total 87,959 18,795 522

PHP Code Analysis | More results »

Lines of code 32,478
Total complexity 5,935
Median class complexity 13.0
Median method complexity 2.0
Most complex class Cartflows_Checkout_Markup
Most complex function Cartflows_Block_Helper::get_order_detail_form_css()
Classes 211
Methods 1,729
Functions 60

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 13

Custom Post Types 3

ID Name
scheduled-actionScheduled Actions
cartflows_flowFlows
cartflows_stepSteps

Meta Boxes

{
    "cartflows_flow": {
        "slugdiv": {
            "title": "Slug",
            "context": "side"
        }
    }
}

Capabilities 2

PHP Error Log 163 lines

[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:48 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/cartflows/libraries/action-scheduler/functions.php on line 316
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:48 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/cartflows/libraries/action-scheduler/functions.php on line 316
[20-May-2023 09:47:48 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/cartflows/libraries/action-scheduler/functions.php on line 316
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:48 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:49 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:49 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:49 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:50 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:50 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:50 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:51 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:52 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:53 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:54 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:55 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:55 UTC] PHP Deprecated:  DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /wp-content/plugins/cartflows/libraries/action-scheduler/functions.php on line 316
[20-May-2023 09:47:56 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:56 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:56 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:57 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:58 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:47:59 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 60
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 48
[20-May-2023 09:48:00 UTC] PHP Deprecated:  Return type of ActionScheduler_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/cartflows/libraries/action-scheduler/classes/ActionScheduler_DateTime.php on line 27

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