/**
 * Settings Page Markup
 *
 * @ Since 1.0.2
 */
function APTFINbyTAP_admin_options_page()
{
    if (!current_user_can('manage_options')) {
        wp_die(__('You do not have sufficient permissions to access this page.'));
    }
    $adminbot = new PhotoTileForInstagramAdmin();
    $adminbot->do_alpine_method('admin_build_settings_page');
}