Skip to content

Commit

Permalink
fix: declare $settingOptionGroup in Settings.php to silence deprecate…
Browse files Browse the repository at this point in the history
…d message (#3)
  • Loading branch information
seieric authored Jan 1, 2024
1 parent 8e779ce commit 6457d69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Admin/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ class Settings extends SettingsBase
*/
private $settingsPage;

/**
* @var string Name of group of setting options.
*
* @since 1.0.0
*/
private $settingOptionGroup;

/**
* @var string Name of general options. Expected to not be SQL-escaped.
*
Expand Down

0 comments on commit 6457d69

Please sign in to comment.