Upload only in one product
-
Hi,
I only want to use the function in one product. I have seen your code to use in code snippets but it doesn′t work. Please, Could You see if I have wrotten something but in the code? The ID’s product is 1512:
add_filter( ‘wau_include_product_ids’, ‘wau_include_only_product’, 10, 1 ); function wau_include_only_product( $pids )
{
return array( 310, 315 ); // array(1512)
}Thank You so much, regards,
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Upload only in one product’ is closed to new replies.