Skip to content

Commit

Permalink
Define settings property
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGreen committed May 22, 2024
1 parent 48fe7e8 commit 92a4d74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions class-plugin-autoupdate-filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

class Plugin_Autoupdate_Filter {

/**
* @var stdClass Holds the settings
*/
private $settings;

/**
* Initialize WordPress hooks
*/
Expand Down

0 comments on commit 92a4d74

Please sign in to comment.