AdditionalOptions.xtpl
1 month ago
CampaignInfo-Private.xtpl
6 years ago
CampaignInfo-Public.xtpl
6 years ago
CampaignsSettings.xtpl
6 years ago
ClickTrackingSettings.xtpl
6 years ago
ContactForm7Config.xtpl
4 years ago
Debugging.xtpl
1 month ago
EDD.xtpl
4 years ago
GeneralSettings.xtpl
1 month ago
IntegrationsConfig.xtpl
1 month ago
LifterLMSConfig.xtpl
4 years ago
MarketpressConfig.xtpl
6 years ago
MemberPressConfig.xtpl
6 years ago
Membership2Config.xtpl
6 years ago
PMProConfig.xtpl
1 year ago
PPBuyNowButtonConfig.xtpl
6 years ago
RestrictContentProConfig.xtpl
4 years ago
S2MemberConfig.xtpl
6 years ago
SignupSettings.xtpl
1 month ago
SignupSettingsNoSession.xtpl
6 years ago
SimplePayProConfig.xtpl
6 years ago
StripePaymentsConfig.xtpl
6 years ago
SureCartConfig.xtpl
1 year ago
WLMConfig.xtpl
6 years ago
WPEasyCartConfig.xtpl
6 years ago
WPPayFormsConfig.xtpl
5 years ago
WooCommConfig.xtpl
1 year ago
Debugging.xtpl
22 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <h2>Debugging</h2> |
| 4 | When you feel like something does not work or you simply want to take a look "under the hood" feel free to use this tool.<br /><br /> |
| 5 | <strong>NOTE</strong> the log file may expose some private information so the plugin makes sure it is not accessible from web. However, to protect your data the debug file will be deleted as soon as you disable debugging. |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | <tr valign="top"> |
| 10 | <td scope="row" class="heading">Enable/Disable</td> |
| 11 | <td>{debugging-enabled}</td> |
| 12 | <td class="greyNote">when selected, the plugin will try to enable logging into a custom file</td> |
| 13 | </tr> |
| 14 | </table> |
| 15 | |
| 16 | <p class="submit"> |
| 17 | {submit} |
| 18 | </p> |
| 19 | {form.tail} |
| 20 | {debug_info} |
| 21 | </div> |
| 22 | <!-- END: main --> |