Skip to content

Commit

Permalink
Merge pull request #35 from a8cteam51/issue_34
Browse files Browse the repository at this point in the history
Define settings property
  • Loading branch information
NickGreen authored May 22, 2024
2 parents 1ed9928 + 92a4d74 commit 233fe29
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 @@ -13,6 +13,11 @@

class Plugin_Autoupdate_Filter {

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

/**
* Initialize WordPress hooks
*/
Expand Down

0 comments on commit 233fe29

Please sign in to comment.