'warning', 'message' => sprintf( __( 'To see this report, please generate a full report first by clicking the "Generate Full Status Report" button.', 'elasticpress' ), ), ], ]; return $messages; } /** * Return the report groups in an AJAX context * * @return string */ abstract public function get_groups_ajax(): array; }