| @@ -38,8 +38,9 @@ | ||
| 38 | 38 | /** |
| 39 | 39 | * First-activation opt-in notice: what connects, what is sent, why. |
| 40 | 40 | */ |
| 41 | 41 | public function render_optin_notice(): void { |
| 42 | + return; // Temporarily disabled - re-enable in a future release | |
| 42 | 43 | if( ! NewsModule::is_notice_page() ) return; |
| 43 | 44 | if( ! $this->should_show_optin_notice() ) return; |
| 44 | 45 | ?> |
| 45 | 46 | <div class="notice notice-info gvectors-news-optin"> |