Skip to content

Testing

Jason Conroy edited this page Apr 20, 2022 · 9 revisions

Filters for testing

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' );

Mocking