JDGrimes / wp-plugin-uninstall-scanner

[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
MIT License
2 stars 0 forks source link

Detect calls to do_meta_boxes() #1

Open JDGrimes opened 8 years ago

JDGrimes commented 8 years ago

When an admin screen uses do_meta_boxes() this will result in some user options possibly being saved to the database (in the user meta table):

JDGrimes commented 8 years ago

I've confirmed that "meta-box-order_$page", "metaboxhidden_$page", and "closedpostboxes_$page" are related to meta boxes. "manage{$page}columnshidden" seems to be related to list tables instead. I'm not sure about "screen_layout_$page". Anyway, there's more investigation to be done here.