简体   繁体   中英

Woocommerce admin product edit page navigation

I have a question about the Woocommerce product edit page within the admin area. Is it possible to add some sort of next/previous links inside? With a functions.php hack for example or plugin?

Woocommerce product edit page

We have a lot of products and it was convenient if we could navigate to the next without leaving the edit page.

I think this can help you achieve your goal: https://developer.wordpress.org/reference/functions/add_meta_box/ https://codex.wordpress.org/Plugin_API/Filter_Reference/attachment_fields_to_edit

By adding a meta box you'll be able to display a group of links that will redirect to the next and previous products

Sorry I can't provide an exact snippet that would work, but I hope you can research around the notes I gave you if you find them useful.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM