PluginProbe
wpForo Forum / 3.2.1
wpForo Forum v3.2.1
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
← All changes | admin/pages/news/src/Config.php +5 -0 3.1.5 → 3.2.1 View file →
@@ -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 }