Skip to content

Commit

Permalink
Update src/Uplink/Admin/License_Field.php
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Nov 29, 2023
1 parent 3f3f8d0 commit c1bdec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Uplink/Admin/License_Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ class License_Field extends Field {
* @var string
*/
private $handle;

/**
* Constructor. Initializes handle.
*/
public function __construct() {
$this->handle = sprintf( 'stellarwp-uplink-license-admin-%s', Config::get_hook_prefix() );
}
Expand Down

0 comments on commit c1bdec4

Please sign in to comment.