Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    You can try this code:

    function my_custom_wc_product_trackbacks_support() {
    	add_post_type_support( 'product', 'trackbacks' );
    }
    
    add_action( 'init', 'my_custom_wc_product_trackbacks_support' );
    
    Thread Starter silenx

    (@silenx)

    Thank you Claudio

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘commentstatus meta boxes to product’ is closed to new replies.