realbig / rbm-field-helpers

0 stars 1 forks source link

Generic Save Methods for Post Meta/Options #89

Open d4mation opened 3 years ago

d4mation commented 3 years ago

The way that things are saved currently reads directly from $_POST

However, if you were to want to just call a function to save to an arbitrary Field, that is not currently an option.

This would be a good thing to add to help simplify updating values outside of a Post Edit screen.