experimental_woocommerce_product_editor_product_template_id_for_product

experimental_woocommerce_product_editor_product_template_id_for_product

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('experimental_woocommerce_product_editor_product_template_id_for_product') is found 1 times:

  • /src/Admin/Features/ProductBlockEditor/Init.php line 113
    			 *
    			 * @ignore
    			 * @since 9.1.0
    			 */
    			$product_template_id = apply_filters( 'experimental_woocommerce_product_editor_product_template_id_for_product', '', $product );
    			if ( $product_template_id ) {
    				$response->data['meta_data'][] = new WC_Meta_Data(
    					array(
    						'key'   => '_product_template_id',
    						'value' => $product_template_id,
    					)