Skip to content

Commit

Permalink
Fix: php dynamic property warning of $user_id in Give_Addon_Activatio…
Browse files Browse the repository at this point in the history
…n_Banner class (#7587)

Co-authored-by: Jon Waldstein <jonwaldstein@jwaldstein-mbp.mynetworksettings.com>
  • Loading branch information
jonwaldstein and Jon Waldstein authored Oct 28, 2024
1 parent 314b57d commit 94bd65d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion includes/admin/class-addon-activation-banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
/**
* Class Give_Addon_Activation_Banner
*
* @unreleased added $user_id property to class
* @since 2.1.0 Added pleasing interface when multiple add-ons are activated.
*/
class Give_Addon_Activation_Banner {
/**
* @unreleased
* @var int
*/
protected $user_id;

/**
/**
* Class constructor.
*
* @since 1.0
Expand Down

0 comments on commit 94bd65d

Please sign in to comment.