Skip to content

Instantly share code, notes, and snippets.

View danielbarenkamp's full-sized avatar

Daniel Barenkamp danielbarenkamp

View GitHub Profile
@danielbarenkamp
danielbarenkamp / Update WooCommerce & WP Images with Alt Tags Automatically
Last active June 8, 2018 09:38
This updates all Media Files in your WooCommerce / WordPress site with an alt tag. First it updates alt tags by product parent assigned title, then it updates media with product based query and in the end it takes media title.
<?php
$updatedImageIds = array();
$productsUpdated = array();
//////////////////////////
// Update Images where
// post is assigned
//////////////////////////
$parent_images_args = array(