WordPress JSON API nonces and Vue development server
As stated in the official docs, the JSON API CSRF protection only works from within WordPress.
As stated in the official docs, the JSON API CSRF protection only works from within WordPress.
I did an ajax filter to filter posts per years, however the filter isn’t showing all items. Years are displayed in DESC order, but not all years appear I don’t understand….
I am new to wordpress theme development and I am trying to create a custom comment form. I read the documentation and I have a reach a point that I am happy with the layout but I have 2 issues with form’s functionality.
I’m trying to add a custom field on the checkout form if a certain product category is in the basket and then on submission, check that field has been completed and add the result to the order details.
When I use a REST route whilst logged in, and call wp_get_current_user(), no user is found. However, the request method, eg POST is processed without issue. Example REST route registration.
I’m receiving the below error when trying to access the Permalinks section on the WP admin. The page does not load and shows the error message instead. I cannot understand what this means or what has to be done. Any ideas are appreciated and thanks in advance. Fatal error: Uncaught Error: Call to undefined function … Read more
As the question suggests, can a widget be placed with the main body of a page rather than in a side-column?
What I need to do is redirect only some of the sites in my multisite installation to use HTTP instead of HTTPS. Currently my setup has been so that every site redirects to HTTPS but I can’t seem to figure out how to force only some sites to go over HTTP. How would I achieve this?
I usually use the events manager in PHP MyAdmin to set up scheduled events but since migrating to WP Engine they do not allow it and I must write a function to use WP Cron instead. What should this look like written as a WP function?
I’ve been given a site that I need to install on my server. The site was made by someone else and it seems to have redis installed.