• Resolved marcoatmac

    (@marcoatmac)


    Hi,
    I need to change the author of the products from vendors list.
    I tried this function but I can see only the admin.

    Anyone can help me to show in the list the vendors and assign him like author of the product, please?
    thank you

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit;
    }

    function function_add_author_cwpa() {
    add_post_type_support( ‘product’, ‘author’ );
    }
    add_action(‘init’, ‘function_add_author_cwpa’, 999 );

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change author product from vendor list’ is closed to new replies.