Fix beta test plugin deprecated creation dynamic property (#44109)

* Add plugin_name declaration

* Changelog
This commit is contained in:
Ilyas Foo 2024-01-30 16:12:02 +08:00 committed by GitHub
parent 6832a4b249
commit 6dd96b3e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix beta test plugin deprecated creation dynamic property

View File

@ -19,6 +19,13 @@ class WC_Beta_Tester {
*/
private $plugin_config;
/**
* Plugin name.
*
* @var string
*/
private $plugin_name;
/**
* Plugin instance.
*