__('Are you sure you want manually resolve this item?', 'wp-statistics'), 'primaryButtonText' => __('Mark as Resolved', 'wp-statistics'), 'primaryButtonStyle' => 'danger', 'secondaryButtonText' => __('Cancel', 'wp-statistics'), 'secondaryButtonStyle' => 'cancel', 'showCloseButton' => true, 'description' => sprintf(__('When you resolve this item, be sure to update your website’s privacy policy accordingly. You can find a helper message that matches your setup in WP Admin > Settings > Privacy > Privacy Guide. Keeping the policy accurate supports compliance and transparency for your users.', 'wp-statistics'), esc_url($privacyPolicyUrl)), 'actions' => [ 'primary' => 'resolve', 'secondary' => 'closeModal', ], ]); ?>