Skip to content

Instantly share code, notes, and snippets.

View thoaud's full-sized avatar

Thomas Audunhus thoaud

View GitHub Profile
@thoaud
thoaud / reset-stock-sql.sh
Created October 27, 2025 22:59
Sets all WooCommerce product and variation stock quantities to 0, and marks stock status as 'outofstock', using direct SQL. Works in both single-site and multisite WordPress installations.
#!/bin/bash
###############################################################################
# Script: reset-stock-sql.sh
#
# Description:
# Sets all WooCommerce product and variation stock quantities to 0
# and marks stock status as 'outofstock', using direct SQL.
# Works in both single-site and multisite WordPress installations.
#
@thoaud
thoaud / woo-variation-availability-schema-fix.php
Created January 15, 2024 15:52
Extends Yoast SEO schema for WooCommerce product variations, adding stock status.
<?php
/**
 * Plugin Name: WooCommerce Variation Availability Schema
 * Description: Extends Yoast SEO schema for WooCommerce product variations, adding stock status.
 * Version: 0.1
 * Author: Thomas Audunhus
 */
// Prevent direct access to the script