Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    No. But you could use a short code to display the same data without the Submitted login on a private page.

    Thread Starter diegooli

    (@diegooli)

    I commented the code:

    // If the submitter is logged in, capture his id

    /*
    if ($user) {
    $order = ($order < 9999) ? 9999 : $order + 1; // large order num to try to make it always next-to-last
    $wpdb->query($wpdb->prepare($parametrizedQuery,
    $time,
    $title,
    ‘Submitted Login’,
    $user,
    $order));
    }
    */

    “Submitted login” is not displayed anymore

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘"Submitted Login" anonymous’ is closed to new replies.