GetSafeViewName() . '.jpg'; $premium_list = array( __( 'Store the audit logs of your sites on an external database', 'wp-security-audit-log' ), __( 'Configuring archiving and store older log data in a segregated database', 'wp-security-audit-log' ), __( 'Mirror the logs to syslog, Slack, Papertrail and central business communication services', 'wp-security-audit-log' ), __( 'Configure filters to filter what is mirrored and archived in the databases and services', 'wp-security-audit-log' ), ); $subtext = false; $screenshots = array( array( 'desc' => __( 'Easily configure integration and database connections thanks to a user friendly wizard.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/external-db/db_integrations_1.png', ), array( 'desc' => __( 'Configure activity log filters for third party services connections.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/external-db/db_integrations_2.png', ), array( 'desc' => __( 'Configure an unlimited number of connections to different databases and third party services.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/external-db/db_integrations_3.png', ), ); require_once dirname( __FILE__ ) . '/addons/html-view.php'; } }