progAnel
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Request to unblock my IP address@barry Please take a look on one time burn paste: https://pastebin.com/Dxpzwt8z
Forum: Requests and Feedback
In reply to: Request to unblock my IP address@kausaralm thank you for prompt response but unfortunately I can’t do this. This is my VPS hosted on Contabo with a lot of services connected with it. So changing IP or resetting router is not an option.
Why would I be blocked, could it be because I was sending API requests to mywebsite.com
'{url}/wp-json/wp/v2/media/{media_id}?force=true'Hello Laura,
Thank you for fast answer but obviously I didn’t explained well. Let me try again. Upon my user complete “Account request” over forminator form his entry comes to my Admin Dashboard so I need to click “Approve user” as on picture bellow.
By that action my “user” comes to list of regular WordPress users and he can use account to login etc….
Now I’m integrating API functionality so I can “Approve user” by other actions such as over discord chat.
My question is (if exist) which API endpoint I need to use so I can approve user through API request. I just want to approve user through code instead of manually clicking ?
I thought something like https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/#method-update_form_entry where I will send data Entry-ID, Status:Approved .
Hope i explained better now
Forum: Plugins
In reply to: [WooCommerce] Two shop pages with ability for ?filter_fitment…@pepe thanks for jumping in.

Details:
If you navigate to new page link : /SuspensionsThere you see a custom page with (HTML code block) and main area are products displayed with wp shortcode
[product_category category=”Suspensions”]On the left side you pick Year,Make,Model,Drive data

Depending on that selection I need to filter by attribute Fitment and value
2020|Ford|F-150|2WDCurrent workaround is go redirection to a category link : https://www.wheeluniverse.com/product-category/suspensions/?filter_fitment=2020|Ford|F-150|2WD
Goal is to stay on that page but filter by Fitment.
https://www.wheeluniverse.com/suspensions/?filter_fitment=2020|Ford|F-150|2WD