woocommerce_process_product_meta_

woocommerce_process_product_meta_

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_process_product_meta_') is found 1 times:

  • /includes/admin/meta-boxes/class-wc-meta-box-product-data.php line 446
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
            $product->get_data_store()->sync_variation_names( $product, $original_post_title, $post_title );
        }
        /* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */
        do_action( 'woocommerce_process_product_meta_' . $product_type, $post_id );
        /* phpcs:enable WordPress.Security.NonceVerification.Missing and WooCommerce.Commenting.CommentHooks.MissingHookComment */
    }
     
    /**
     * Save variation meta box data.
     *