woocommerce_updated_product_price, $product_id

woocommerce_updated_product_price, $product_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_updated_product_price, $product_id') is found 1 times:

  • /includes/data-stores/class-wc-product-grouped-data-store-cpt.php line 106

    Warning: Undefined array key 108 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 109 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 110 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 111 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @since 3.6
    		 * @param int $product_id Product ID that was updated directly.
    		 */
    		do_action( 'woocommerce_updated_product_price', $product_id );
    	}
    }