Skip to content

Warning: filter_input(): INPUT_REQUEST is not yet implemented

I am trying to modify this line. Originally, it was Then, I changed to this by reading this post a link at Stackoverflow. But, I am still getting bottom error: When I read other article a link, it says “INPUT_REQUEST is not a valid type.” What is solution here? Answer Per the documentation (and yo…

Woocommerce: hide category in shop

I have a category with products not visible to everyone. I already have a script in place, that removes this category from the sidebar widget, when no items in the category are visible to the user. I …