• Resolved diegpl

    (@diegpl)


    Please, update this lines in the next version:

    $tab = filter_input( INPUT_GET, 'tab', FILTER_SANITIZE_STRING );
    $section = filter_input( INPUT_GET, 'section', FILTER_SANITIZE_STRING );

    for

    $tab = filter_input( INPUT_GET, 'tab', FILTER_UNSAFE_RAW );
    $section = filter_input( INPUT_GET, 'section', FILTER_UNSAFE_RAW );

    Tks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated function in woocommerce paypalpayments plugin’ is closed to new replies.