• Resolved admin2net

    (@admin2net)


    Hi,
    I use this code to create a form data in my product :

    
    add_action('wc_cpdf_init', 'prefix_custom_product_data', 10, 0);
    if(!function_exists('prefix_custom_product_data')) :
    
       function prefix_custom_product_data(){
    
         $custom_product_data_fields = array();
    
    ..........
    

    Can i filter this data with woof ?

Viewing 1 replies (of 1 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

Viewing 1 replies (of 1 total)

The topic ‘Filter custom data !’ is closed to new replies.