CartFlows 1.11.11

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: insignificant.
The plugin didn't make the site noticeably slower.

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=83d85793bf
Aspect after-activation
HTTP status 200
Load time 1.882 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.503 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.339 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.262 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.287 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.286 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.155 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.204 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.679 s0.256 s-0.423 s3.07 MiB3.64 MiB+ 582.13 KiB
/wp-admin/edit.php0.156 s0.328 s+0.172 s3.1 MiB3.7 MiB+ 616.69 KiB
/wp-admin/post-new.php0.659 s0.778 s+0.119 s5.02 MiB17.85 MiB+ 12.83 MiB
/wp-admin/upload.php0.661 s0.280 s-0.381 s3.02 MiB3.58 MiB+ 577.74 KiB
/wp-admin/options-writing.php0.157 s0.141 s-0.016 s3.01 MiB3.54 MiB+ 543.12 KiB
/wp-admin/media-new.php0.235 s0.174 s-0.061 s2.99 MiB3.56 MiB+ 579.48 KiB
/wp-admin/edit-tags.php?taxonomy=category0.161 s0.166 s+0.005 s3.01 MiB3.58 MiB+ 591.62 KiB
/wp-admin/post-new.php?post_type=page0.530 s0.673 s+0.143 s5.01 MiB11.98 MiB+ 6.96 MiB
/wp-admin/options-discussion.php0.190 s0.245 s+0.055 s3 MiB3.54 MiB+ 557.36 KiB
/wp-admin/edit-comments.php0.193 s0.174 s-0.019 s3.03 MiB3.59 MiB+ 574.88 KiB
/0.265 s0.197 s-0.068 s2.97 MiB3.32 MiB+ 363.05 KiB
Average 0.353 s0.310 s-0.043 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,404287
CSS19.2%16,9251,54248
JavaScript15.2%13,327728110
JSON12.3%10,81606
Sass3.9%3,41311635
SVG0.9%827636
Total 87,960 18,796 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

User Metadata wp_usermeta 1

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

[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:22 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:23 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:25 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:26 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:27 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:28 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:29 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:30 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
[26-May-2023 04:45:31 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
[26-May-2023 04:45:31 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
[26-May-2023 04:45:31 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:32 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:33 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:34 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
[26-May-2023 04:45:35 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
[26-May-2023 04:45:35 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
[26-May-2023 04:45:35 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