You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is just a warning due a newer version of PHP being used, but thought I'd report it just in case your team wasn't aware.
Using php 8.2.18. Starting in version 8.2, php has deprecated the creation of dynamic properties.
You may be able to just add the #[AllowDynamicProperties] attribute.
Details
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:12 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:21 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:21:43 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:22:52 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:23:13 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__expired_license is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/misc_methods_trait.php on line 86
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$easy_digital_downloads is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 52
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$woocommerce is deprecated in public_html/wp-content/plugins/mycryptocheckout/MyCryptoCheckout.php on line 53
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__currencies is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 20
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/api_trait.php on line 31
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$__api is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Component.php on line 17
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\Account::$data is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/Account.php on line 235
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\api\v2\wordpress\API::$__account is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/mycryptocheckout/api/src/v2/API.php on line 26
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$address_length is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$contract is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$decimal_precision is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$erc20 is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$group is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$name is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$qr_code is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$supports is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies/Currency.php on line 201
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$divider is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\currencies\Currency::$token_id is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/currencies_trait.php on line 58
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__mycryptocheckoutwalletsWalletswallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/object_stores/Store.php on line 68
[13-May-2024 18:23:22 UTC] PHP Deprecated: Creation of dynamic property mycryptocheckout\MyCryptoCheckout::$__wallets is deprecated in public_html/wp-content/plugins/mycryptocheckout/src/wallets_trait.php on line 20
The text was updated successfully, but these errors were encountered:
Hey there!
I know this is just a warning due a newer version of PHP being used, but thought I'd report it just in case your team wasn't aware.
Using php 8.2.18. Starting in version 8.2, php has deprecated the creation of dynamic properties.
You may be able to just add the
#[AllowDynamicProperties]
attribute.Details
The text was updated successfully, but these errors were encountered: