[WordPress] How to Get All Option Names in Option Group
Last Updated on 2022-04-29 by Clay
When we developing the WordPress plugin, we can simply use register_setting()
, get_option()
, and update_option()
function to store some plugin settings in the database.