WordPress Plugin: Custom Settings Page
Sometimes you may want to create a new custom settings page for your plugin, versus inserting your options in an existing page.
You’ll use
<a href="https://developer.wordpress.org/reference/functions/add_options_page/">add_options_page</a>
to do this.