-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete client #305
Comments
Could you post the code snippet you have tried? Also, at this point it is not clear from your wording what are you actually trying to acheive. |
Does it throw any exception? |
None |
you understand what i wanna accomplish? maybe i can express myself better |
There should be no problem if you pass the email in the |
Can you lead me to some example of the use of the Search in the query builder? |
The result of |
Please give me more information of the Search sentence and how to do it |
You can have a look at the REST api reference from Wordpress: https://developer.wordpress.org/rest-api/ My general advice would be to first try the query builder. If you get a specific exception and problem then it would be easier to help you. |
Use a for loop and increment the Have a look here: #297 (comment) |
Thank you, i´ll be updating you from this |
Try generating JWT token using Postman. If it doesn’t generate token there, then the JWT plugin is not configured properly. |
i´ve installed the plugin jwt and configured the wp_config.php file , im gonna try to do what you´ve told me |
So, atleast the plugin is configured correctly. You must remove the image as it has your credentials. I would suggest you to check the base url that you are passing to the wordpress client on construction. Maybe it’s wrong and you are getting errors for that. |
|
Any news about this issue? i think that the url works fine but i cant do the conection, how can i notice if the url works or not? |
I´ve check everything(including the wordpresspcl source code) and found nothing wrong |
Hello! im having trouble when I want to delete a client .. when i wanna make a query to search for the user with an email string parameter to know if the user exist it doesnt work , any advise?
The text was updated successfully, but these errors were encountered: