简体   繁体   中英

any way to set screen options wordpress via the database?

My products woocommerce page will not load because it is set to show 100 products at the time. (server 503 error because of server overload). Is there any way to set this value of 100 back to a lower number via the mysql database of wordpress directly? Thanks for any help.

In the wp_user_meta table there is a row per user that sets this limit. Look for the meta_key ='edit_product_per_page' and set the meta_value = 20 which is the default. You can update it using phpMyAdmin and manually edit the row.

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