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
'description' => __( 'Remove upsells from the Download Monitor admin settings pages.', 'dlm-advanced-settings' ),
216
-
),
217
-
'dlm_delete_files' => array(
218
-
'label' => __( 'Delete files when deleting a download', 'dlm-advanced-settings' ),
219
-
'default' => '0',
220
-
'params' => 1,
221
-
'type' => 'checkbox',
222
-
'description' => __( 'Enabling this will let you automatically delete files associated with a Download upon the Download deletion', 'dlm-advanced-settings' ),
'description' => __( 'Enabling this will allow the download handler to check the PHP referer to see if it originated from your site and if not, redirect them to the homepage.', 'dlm-advanced-settings' ),
230
-
),
231
-
'dlm_allow_x_forwarded_for' => array(
232
-
'label' => __( 'Allow Proxy IP Override', 'dlm-advanced-settings' ),
233
-
'default' => '0',
234
-
'params' => 1,
235
-
'type' => 'checkbox',
236
-
'description' => __( 'If enabled, Download Monitor will use the <code>X_FORWARDED_FOR</code> HTTP header set by proxies as the IP address. Note that anyone can set this header, making it less secure.', 'dlm-advanced-settings' ),
'description' => __( 'If supported, <code>X-Accel-Redirect / X-Sendfile</code> can be used to serve downloads instead of PHP (server requires mod_xsendfile) Attention! Enabling this option will disable the XHR functionality!', 'dlm-advanced-settings' ),
244
-
),
245
-
'dlm_timestamp_link' => array(
246
-
'label' => __( 'Show a timestamp in the download link', 'dlm-advanced-settings' ),
247
-
'default' => '1',
248
-
'params' => 1,
249
-
'type' => 'checkbox',
250
-
'description' => __( 'If enabled, the download URL will have a timestamp attached as a parameter. This serves as a cache preventing solution for plugins that cache the URL.', 'dlm-advanced-settings' ),
'description' => __( 'Enable or disable the Reports functionality. This will also enable/disable logging detailed info into the Logs Table of the Database. Disabling this will not disable the download count funtionality.', 'dlm-advanced-settings' ),
258
-
),
259
-
'dlm_hide_meta_version' => array(
260
-
'label' => __( 'Hide meta version in header', 'dlm-advanced-settings' ),
261
-
'default' => '0',
262
-
'params' => 1,
263
-
'type' => 'checkbox',
264
-
'description' => __( 'Hide or show Download Monitor\'s version in the HTML\'s head.', 'dlm-advanced-settings' ),
265
-
),
266
-
'dlm_count_meta_downloads' => array(
267
-
'label' => __( 'Add meta value to download count', 'dlm-advanced-settings' ),
268
-
'default' => '1',
269
-
'params' => 1,
270
-
'type' => 'checkbox',
271
-
'description' => __( 'Add the manual download count ( the one set when editing a Download ) to the total download count of a Download', 'dlm-advanced-settings' ),
'description' => __( 'Enable or disable downloading files using the newly XHR functionality. Disabling this may cause the reports to not be so pricise.', 'dlm-advanced-settings' ),
'description' => __( 'Define extra file types that should be restricted. Each file type needs to be separated by a comma (<code>,</code>). Only input the extension( ex.: txt, pdf ).', 'dlm-advanced-settings' ),
'description' => __( 'Define a custom URL for the Download CPT placeholder.', 'dlm-advanced-settings' ),
300
-
),
301
-
'dlm_reports_server_limits' => array(
302
-
'label' => __( 'Reports server limits', 'dlm-advanced-settings' ),
303
-
'default' => $this->php_info,
304
-
'params' => 1,
305
-
'type' => 'multi_text',
306
-
'description' => __( 'Define other servet limits. Usefull when you have any problems with the Reports not being displayed a possible problem might be your server\'s lack of resources. This way you can control how much data is retrieved in one request.', 'dlm-advanced-settings' ),
'description' => __( 'Define whether to display the XHR progress or not. Also, define a custom URL for the loading animation.', 'dlm-advanced-settings' ),
'description' => __( 'Remove upsells from the Download Monitor admin settings pages.', 'dlm-advanced-settings' ),
454
+
),
455
+
'dlm_delete_files' => array(
456
+
'label' => __( 'Delete files when deleting a download', 'dlm-advanced-settings' ),
457
+
'default' => '0',
458
+
'params' => 1,
459
+
'type' => 'checkbox',
460
+
'description' => __( 'Enabling this will let you automatically delete files associated with a Download upon the Download deletion', 'dlm-advanced-settings' ),
'description' => __( 'Enabling this will allow the download handler to check the PHP referer to see if it originated from your site and if not, redirect them to the homepage.', 'dlm-advanced-settings' ),
468
+
),
469
+
'dlm_allow_x_forwarded_for' => array(
470
+
'label' => __( 'Allow Proxy IP Override', 'dlm-advanced-settings' ),
471
+
'default' => '0',
472
+
'params' => 1,
473
+
'type' => 'checkbox',
474
+
'description' => __( 'If enabled, Download Monitor will use the <code>X_FORWARDED_FOR</code> HTTP header set by proxies as the IP address. Note that anyone can set this header, making it less secure.', 'dlm-advanced-settings' ),
'description' => __( 'If supported, <code>X-Accel-Redirect / X-Sendfile</code> can be used to serve downloads instead of PHP (server requires mod_xsendfile) Attention! Enabling this option will disable the XHR functionality!', 'dlm-advanced-settings' ),
482
+
),
483
+
'dlm_timestamp_link' => array(
484
+
'label' => __( 'Show a timestamp in the download link', 'dlm-advanced-settings' ),
485
+
'default' => '1',
486
+
'params' => 1,
487
+
'type' => 'checkbox',
488
+
'description' => __( 'If enabled, the download URL will have a timestamp attached as a parameter. This serves as a cache preventing solution for plugins that cache the URL.', 'dlm-advanced-settings' ),
'description' => __( 'Enable or disable the Reports functionality. This will also enable/disable logging detailed info into the Logs Table of the Database. Disabling this will not disable the download count funtionality.', 'dlm-advanced-settings' ),
496
+
),
497
+
'dlm_hide_meta_version' => array(
498
+
'label' => __( 'Hide meta version in header', 'dlm-advanced-settings' ),
499
+
'default' => '0',
500
+
'params' => 1,
501
+
'type' => 'checkbox',
502
+
'description' => __( 'Hide or show Download Monitor\'s version in the HTML\'s head.', 'dlm-advanced-settings' ),
503
+
),
504
+
'dlm_count_meta_downloads' => array(
505
+
'label' => __( 'Add meta value to download count', 'dlm-advanced-settings' ),
506
+
'default' => '1',
507
+
'params' => 1,
508
+
'type' => 'checkbox',
509
+
'description' => __( 'Add the manual download count ( the one set when editing a Download ) to the total download count of a Download', 'dlm-advanced-settings' ),
'description' => __( 'Enable or disable downloading files using the newly XHR functionality. Disabling this may cause the reports to not be so pricise.', 'dlm-advanced-settings' ),
'description' => __( 'Define extra file types that should be restricted. Each file type needs to be separated by a comma (<code>,</code>). Only input the extension( ex.: txt, pdf ).', 'dlm-advanced-settings' ),
'description' => __( 'Define a custom URL for the Download CPT placeholder.', 'dlm-advanced-settings' ),
538
+
),
539
+
'dlm_reports_server_limits' => array(
540
+
'label' => __( 'Reports server limits', 'dlm-advanced-settings' ),
541
+
'default' => $this->php_info,
542
+
'params' => 1,
543
+
'type' => 'multi_text',
544
+
'description' => __( 'Define other servet limits. Usefull when you have any problems with the Reports not being displayed a possible problem might be your server\'s lack of resources. This way you can control how much data is retrieved in one request.', 'dlm-advanced-settings' ),
'description' => __( 'Define whether to display the XHR progress or not. Also, define a custom URL for the loading animation.', 'dlm-advanced-settings' ),
0 commit comments