| @@ -2,9 +2,13 @@ | ||
| 2 | 2 | |
| 3 | 3 | defined( 'ABSPATH' ) || exit; |
| 4 | 4 | |
| 5 | 5 | class Hostinger_Admin_Hooks { |
| 6 | + private $settings; | |
| 7 | + | |
| 6 | 8 | public function __construct() { |
| 9 | + $this->settings = new Hostinger_Settings(); | |
| 10 | + | |
| 7 | 11 | add_action( 'admin_footer', array( $this, 'rate_plugin' ) ); |
| 8 | 12 | } |
| 9 | 13 | |
| 10 | 14 | public function rate_plugin(): void { |