woocommerce_updated_product_price

woocommerce_updated_product_price

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

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

    094
    095
    096
    097
    098
    099
    100
             *
             * @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 644
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
         *
         * @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.
     *