You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\printf( \esc_html__( 'Do you want to land on the %s dashboard after logging in? So you can start improving your site straight away!', 'progress-planner' ), \esc_html( \progress_planner()->get_ui__branding()->get_admin_menu_name() ) );
223
-
?>
224
-
</p>
225
-
</div>
226
-
227
-
<div class="prpl-setting-content">
228
-
<div class="prpl-settings-wrapper">
229
-
<p>
230
-
<?php\esc_html_e( 'Where do you want to start when you login to your site?', 'progress-planner' ); ?>
231
-
</p>
232
-
233
-
<?php
234
-
\progress_planner()->the_view(
235
-
'onboarding/form-inputs/checkbox.php',
236
-
[
237
-
'name' => 'redirect_on_login',
238
-
'current_value' => '',
239
-
'options' => [
240
-
[
241
-
'id' => 'prpl-setting-redirect-on-login',
242
-
'label' => \sprintf(
243
-
/* translators: %s: Progress Planner name. */
244
-
\esc_html__( 'Show the %s dashboard after login.', 'progress-planner' ),
0 commit comments