Add a Custom URL to WooCommerce with the woocommerce_api_(action) Hook
Use the woocommerce_api_(action) hook to register custom callback URLs in WooCommerce for payment gateways and third-party integrations.
Use the woocommerce_api_(action) hook to register custom callback URLs in WooCommerce for payment gateways and third-party integrations.
Learn the basic structure for adding a custom shipping method to WooCommerce with the shipping API.
Create a custom WooCommerce shipping method by registering a shipping class and adding settings fields for it.
Upload images to the WordPress media library with jQuery Ajax and the WP REST API, including the required request format.
Use jQuery Ajax and the WordPress REST API /media endpoint to upload images and attach them to posts as featured images or custom fields.
Submit form data to the WordPress REST API and store it as post meta custom fields with a practical implementation approach.
Send form fields through the WordPress REST API and use register_rest_field() to store the extra data as post meta.
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.
An introduction to Themosis Framework, a Laravel-inspired MVC framework for building WordPress themes and applications.
Explore how Themosis uses Laravel components to bring MVC patterns, routing, templating, and package support to WordPress application development.
Trigger WordPress cron jobs with operating system scheduled tasks for a more reliable WP-Cron setup.
Disable WP-Cron’s traffic-based trigger and use Linux cron to call wp-cron.php so scheduled tasks run on time.