Skip to content

Instantly share code, notes, and snippets.

@01686270225
Created April 23, 2021 08:26
Show Gist options
  • Save 01686270225/d0b9f12c4e86f39f3b3d98cd767b4cff to your computer and use it in GitHub Desktop.
Save 01686270225/d0b9f12c4e86f39f3b3d98cd767b4cff to your computer and use it in GitHub Desktop.
function mahinhsp(){
global $product;
echo '<div class="ma-sp-img">Mã: ' . $product->get_sku().'</div>';
}
add_action('flatsome_woocommerce_shop_loop_images','mahinhsp');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment