WooCommerce - Aggiungi autore

PHOTO EMBED

Thu Jan 20 2022 08:52:06 GMT+0000 (Coordinated Universal Time)

Saved by @renzobassi

/**
 * Aggiungi autore
 */
add_action('init', 'wpse_74054_add_author_woocommerce', 999 );

function wpse_74054_add_author_woocommerce() {
    add_post_type_support( 'product', 'author' );
}
content_copyCOPY