Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 35 forks source link

Use one keyed array option instead of the many separate ones #361

Open jdevalk opened 7 months ago

jdevalk commented 7 months ago

Is your feature request related to a problem? Please describe.

I was recently working on optimizing the options in a few sites and it struck me that duplicate_post makes a lot of options. Wouldn't it be better to turn those into one keyed array? Saves quite a bit of overhead I think and is easier to clean up :)