woocommerce_updated_product_price

woocommerce_updated_product_price

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_updated_product_price') is found 2 times:

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

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

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

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

    Warning: Undefined array key 103 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->get_id() );
    	}
    }
    
    
    
    
    
  • /includes/data-stores/class-wc-product-variable-data-store-cpt.php line 625
    		 *
    		 * @since 3.6
    		 * @param int $product_id Product ID that was updated directly.
    		 */
    		do_action( 'woocommerce_updated_product_price', $product->get_id() );
    	}
    
    	/**
    	 * Sync variable product stock status with children.
    	 * Change does not persist unless saved by caller.
    	 *