Author column on product listing page
-
Why is the author column code not working anymore?
I was using the following to get the author column:
function prefix_add_author_woocommerce() {
add_post_type_support( ‘product’, ‘author’ );
}Anyone has a simple solution instead of a plugin? Only needed for the backend.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Author column on product listing page’ is closed to new replies.