'ahr-redirect',
'id' => 'ahr-redirect',
'value' => get_post_custom($post->ID)['ahr-redirect'][0],
'contains_default' => true
)
);
$settings_page_url = admin_url( 'options-general.php?page=' . $data['ahr-slug'] );
?>
Redirect according to default settings means to redirect based on how the
default front-end redirection is set
in the plugin's settings page.