• Insert in my script (WordPress 6.4.2)
    do_action(‘google_invre_render_widget_action’);

    And for test add next (by manual)

    $is_valid = apply_filters(‘google_invre_is_valid_request_filter’, true);
    if( ! $is_valid )
    { // MESSAGE error
    }
    else
    { // MESSAGE OK
    }

    Dont see MESSAGE and SPAM get every day

    The page I need help with: [log in to see the link]

  • The topic ‘Get SPAM’ is closed to new replies.