-
Notifications
You must be signed in to change notification settings - Fork 21
Testing
Miguel Pérez Pellicer edited this page Feb 21, 2022
·
9 revisions
Filter | Description |
---|---|
gla_enable_debug_logging | Enable debug logging (default true) |
gla_enable_reports | Enable the report tab |
gla_enable_connection_test | Show the Connection Test page |
Example code snippet to enable one of these features:
add_filter( 'gla_enable_reports', '__return_true' );
Follow this P2
Follow this P2