How to Add a Custom Shipping Method to WooCommerce
Create a custom WooCommerce shipping method by registering a shipping class and adding settings fields for it.
Create a custom WooCommerce shipping method by registering a shipping class and adding settings fields for it.
Learn the basic structure for adding a custom shipping method to WooCommerce with the shipping API.
Use jQuery Ajax and the WordPress REST API /media endpoint to upload images and attach them to posts as featured images or custom fields.
Upload images to the WordPress media library with jQuery Ajax and the WP REST API, including the required request format.
Send form fields through the WordPress REST API and use register_rest_field() to store the extra data as post meta.
Submit form data to the WordPress REST API and store it as post meta custom fields with a practical implementation approach.
Configure Cachify with Nginx and Memcached so WordPress can serve cached pages from memory and dramatically reduce page load time.
Use the Cachify plugin with Memcached to cache WordPress pages and improve page load speed.
Understand what Time to First Byte means, what counts as slow, why it gets too long, and how to reduce server response time on WordPress sites.
Explore how Themosis uses Laravel components to bring MVC patterns, routing, templating, and package support to WordPress application development.