| @@ -141,8 +141,13 @@ | ||
| 141 | 141 | public function get_abandoned_emailed_option(): string { |
| 142 | 142 | return $this->get_prefix() . 'abandoned_emailed'; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | + /** User meta: "plugin_slug:version" keys of blocked-update notices already emailed to this admin. */ | |
| 146 | + public function get_emailed_blocked_updates_meta(): string { | |
| 147 | + return $this->get_prefix() . 'emailed_blocked_updates'; | |
| 148 | + } | |
| 149 | + | |
| 145 | 150 | /** User meta: addon slugs already recommended to this admin (each at most once, ever). */ |
| 146 | 151 | public function get_emailed_recs_meta(): string { |
| 147 | 152 | return $this->get_prefix() . 'emailed_recommendations'; |
| 148 | 153 | } |