Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- Before β https://prnt.sc/1mx40wn
- After β https://prnt.sc/1mx7dtw
- **/
- //Add Author field column on WC product
- function add_author_support_to_post_type() {
- add_post_type_support( 'product', 'author' );
- }
- add_action( 'init', 'add_author_support_to_post_type' );
Advertisement
Add Comment
Please, Sign In to add comment