# 404-solution/4.1.19/includes/html/reviewQualificationQuestion.html

404 Solution, version 4.1.19. 12 lines.

- Page: https://pluginprobe.com/plugins/404-solution/4.1.19/code/includes/html/reviewQualificationQuestion.html
- Raw: https://pluginprobe.com/plugins/404-solution/4.1.19/raw/includes/html/reviewQualificationQuestion.html
- Modified: 2026-02-19T10:40:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/4.1.19/code/includes/html/reviewQualificationQuestion.html#L10-L20`.

```html
<div class="notice notice-info abj404-review-notice">
    <a href="{close_url}" class="abj404-review-notice-close" aria-label="Close review prompt" title="Hide this for now">×</a>
    <p>You've been using 404 Solution for a while now.</p>
    <p style="font-size: 15px; margin: 15px 0 10px 0;"><strong>Do you think 404 Solution deserves a 5-star review?</strong></p>
    <p>
        <a href="{yes_url}" class="button button-primary" style="margin-right: 10px;">⭐ Yes</a>
        <a href="{not_yet_url}" class="button" style="margin-right: 10px;">Not yet</a>
        <a href="{ask_later_url}" class="button" style="margin-right: 10px;">Ask again later</a>
        <a href="{never_url}" style="text-decoration: none; color: #999;">Never ask again</a>
    </p>
</div>

```
