shortcode_id
get id
// Add Shortcode function custom_shortcode() { $id = wc_get_product()->get_id(); } add_shortcode( '', 'custom_shortcode' );
get id
// Add Shortcode function custom_shortcode() { $id = wc_get_product()->get_id(); } add_shortcode( '', 'custom_shortcode' );