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
Copy file name to clipboardExpand all lines: includes/admin/settings/class-alnp-settings-misc.php
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,14 @@ public function get_settings() {
126
126
'type' => 'checkbox'
127
127
),
128
128
129
+
'disable_on_mobile' => array(
130
+
'title' => esc_html__( 'Disable for Mobile?', 'auto-load-next-post' ),
131
+
'desc' => sprintf( esc_html__( 'Enable to disable %s from running on mobile devices.', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ) ),
132
+
'id' => 'auto_load_next_post_disable_on_mobile',
133
+
'default' => 'no',
134
+
'type' => 'checkbox'
135
+
),
136
+
129
137
'reset_data' => array(
130
138
'title' => esc_html__( 'Reset all data?', 'auto-load-next-post' ),
131
139
'desc' => esc_html__( 'Press the reset button to clear all settings for this plugin and re-initialize.', 'auto-load-next-post' ),
0 commit comments