Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, there is no setting for this. It can only be disabled by disabling the hook in PHP. You can add this code to the functions.php of your theme or to your own plugin.
    By the way, why would you want this check removed?

    function remove_gwolle_gb_check_double_entry() { remove_filter( 'gwolle_gb_new_entry_frontend', 'gwolle_gb_check_double_entry' );
    }
    add_filter( 'init', 'remove_gwolle_gb_check_double_entry' );

    • This reply was modified 1 year, 8 months ago by Marcel Pol.
Viewing 1 replies (of 1 total)
  • The topic ‘DOUBLE POST ISSUE’ is closed to new replies.