GF Stripe Extensions 2.6.4

Does GF Stripe Extensions work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
22PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/gf-stripe-extensions/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=gf-stripe-extensions%2Fgf-stripe-extensions.php&plugin_status=all&paged=1&s&_wpnonce=a50851d6d8
Aspect after-activation
HTTP status 200
Load time 0.284 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Settings → Stripe Extensions

Page screenshot: Settings → Stripe Extensions
URL /wp-admin/options-general.php?page=stripe-extensions
Aspect menu-item
HTTP status 200
Load time 0.806 s
Memory usage 3.42 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.663 s
Memory usage 3.33 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.377 s0.572 s+0.195 s3.38 MiB3.42 MiB+ 43.13 KiB
/wp-admin/edit.php0.233 s0.244 s+0.011 s3.41 MiB3.45 MiB+ 42.79 KiB
/wp-admin/post-new.php0.908 s0.759 s-0.149 s5.46 MiB5.53 MiB+ 68.44 KiB
/wp-admin/upload.php0.727 s0.443 s-0.284 s3.32 MiB3.35 MiB+ 27.69 KiB
/wp-admin/options-writing.php0.216 s0.190 s-0.026 s3.32 MiB3.34 MiB+ 20.85 KiB
/wp-admin/media-new.php0.313 s0.237 s-0.076 s3.3 MiB3.34 MiB+ 40.45 KiB
/wp-admin/edit-tags.php?taxonomy=category0.207 s0.183 s-0.024 s3.31 MiB3.36 MiB+ 43.48 KiB
/wp-admin/post-new.php?post_type=page0.773 s0.981 s+0.208 s5.45 MiB5.52 MiB+ 68.02 KiB
/wp-admin/options-discussion.php0.309 s0.258 s-0.051 s3.3 MiB3.33 MiB+ 28.76 KiB
/wp-admin/edit-comments.php0.257 s0.223 s-0.034 s3.34 MiB3.36 MiB+ 26.13 KiB
/0.273 s0.404 s+0.131 s3.36 MiB3.33 MiB- 33.03 KiB
Average 0.418 s0.409 s-0.009 s3.72 MiB3.76 MiB+ 34.25 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
PHP92.2%10,4053,891143
Markdown5.8%65002
JavaScript1.1%12971
JSON0.9%9702
Total 11,281 3,898 148

PHP Code Analysis | More results »

Lines of code 10,254
Total complexity 1,920
Median class complexity 1.0
Median method complexity 1.0
Most complex class GFAnalytics
Most complex function GFAnalyticsUI::analytics_transactions()
Classes 130
Methods 597
Functions 2

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 1

Options wp_options 3

PHP Error Log 22 lines

[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/applepay is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-queries/v1/transactions is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/transactions is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/customers is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/recurring is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/tags is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/campaigns is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/reconcile is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/check_customer is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/autocomplete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:13 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/entry is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/applepay is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-queries/v1/transactions is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/transactions is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/customers is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/recurring is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/tags is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/campaigns is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/reconcile is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/check_customer is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/autocomplete is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[04-Mar-2024 20:43:17 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for gf-stripe-extensions/v1/entry is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
See also: All tests for this plugin, How to Hide the "Stripe Extensions" Admin Menu