• Resolved marcoatmac

    (@marcoatmac)


    Hi everybody,
    I have this function to change product author
    but in the list I can see only the admins,
    is it possible to add the vendors, please?
    Thank you

    
    add_action('init', 'wpse_74054_add_author_woocommerce', 999 );
    			  
    function wpse_74054_add_author_woocommerce() {
        add_post_type_support( 'product', 'author' );
    }
    
    • This topic was modified 3 years, 9 months ago by Yui.
    • This topic was modified 3 years, 9 months ago by Yui. Reason: please use CODE button for code formatting
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add vendor to list of product author’ is closed to new replies.