• Resolved joloshop

    (@joloshop)


    The plugin is not working with the newest WordPress and PHP Version.

    Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/vol15_8/infinityfree.com/if0_36282198/htdocs/wp-content/plugins/admin-taxonomy-filter/inc/controller.php on line 53

    Any fix possible?

Viewing 1 replies (of 1 total)
  • Thread Starter joloshop

    (@joloshop)

    Found the fix, in admin-taxonomy-filter/inc/controller.php?on line?53

    Change:

    ‘selected’ => filter_input(INPUT_GET, $taxonomy->query_var, FILTER_SANITIZE_STRING),

    to

    ‘selected’ => filter_input(INPUT_GET, $taxonomy->query_var, FILTER_SANITIZE_SPECIAL_CHARS),

Viewing 1 replies (of 1 total)
  • The topic ‘Not working with WordPress 6.5 and PHP 8.2’ is closed to new replies.