{"id":6057,"date":"2019-12-03T11:27:31","date_gmt":"2019-12-03T11:27:31","guid":{"rendered":"https:\/\/boospot.com\/?p=6057"},"modified":"2021-03-23T10:13:45","modified_gmt":"2021-03-23T10:13:45","slug":"create-plugin-options-page-easily-without-dealing-with-wordpress-settings-api","status":"publish","type":"post","link":"https:\/\/boospot.com\/how-to\/create-plugin-options-page-easily-without-dealing-with-wordpress-settings-api\/","title":{"rendered":"Create Plugin Options Page Easily: without dealing with WordPress Settings API."},"content":{"rendered":"\n

While getting inspiration from the WordPress Plugin Developers talent pool<\/a>, I believe the following post can help create a custom plugin settings page easily.<\/p>\n\n\n\n

Using the techniques discussed in this post, this is what we are going to create:<\/p>\n\n\n\n

\"\"<\/figure><\/div>\n\n\n\n

TLDR;<\/h2>\n\n\n\n

Download the sample plugin<\/a>, install it to see it in action or simply explore the code. Pass a config array to the helper class<\/a> constructor and Boom! your plugin options page with auto-sanitized<\/strong> input is ready to rock. <\/p>\n\n\n\n

Why should i use it?<\/h2>\n\n\n\n