Programming
-
Headless WordPress: User Registration with ReactJS & WPGraphQL
How I built the user registration form in a ReactJS app using WordPress and WPGraphQL
-
Headless WordPress: Password Reset with ReactJS & WPGraphQL
How I built the password reset system in a ReactJS app using WordPress and WP GraphQL
-
Headless WordPress: Log-out using GraphQL & ReactJS
Creating a logout system for a ReactJS app using WordPress and WP GraphQL
-
Headless WordPress: Cookie Based Login using GraphQL
How I created a login system for a ReactJS app using WordPress and WP GraphQL
-
Switching from Vagrant to Docker
I’ve been experimenting with Docker as an alternative to Vagrant (and VVV) for WordPress development.
-
How we’re tackling GDPR in WooCommerce core
What we’re up to in WooCommerce land right now.
-
Debugging “unexpected token” in WooCommerce 2.4+
When the WooCommerce checkout is processed it requires that gateways return an array (which is then converted into JSON) telling the checkout whether or not it was successful. It’s been this way since v1. Here is a basic example from the PayPal gateway: return array( ‘result’ => ‘success’, ‘redirect’ => $paypal_request->get_request_url( $order, $this->testmode ) ); The…
-
User onboarding for WordPress plugins slides #WCNL
Today I did a talk at WordCamp Netherlands on user onboarding for WordPress plugins. This was my first ever WordCamp talk and it was an interesting, but nerve-wracking, experience. My slides for the presentation are below. Thanks to everyone who attended, and I hope it was useful.! User onboarding for WordPress plugins from mikejolley86