get_safe_view_name() . '.jpg'; $premium_list = array( esc_html__( 'Generate any type of user and site (in multisite) activity report', 'wp-security-audit-log' ), esc_html__( 'Automate and schedule daily, weekly, monthly and quarterly reports', 'wp-security-audit-log' ), esc_html__( 'Received reports automatically via email', 'wp-security-audit-log' ), esc_html__( 'Create statistics reports about users’ views, logins, activity from IP addresses & more', 'wp-security-audit-log' ), ); $subtext = esc_html__( 'Reports are vital to the success of your business and management of your site.', 'wp-security-audit-log' ); $screenshots = array( array( 'desc' => esc_html__( 'Generate a HTML or CSV report.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/reports/reports_1.webp', ), array( 'desc' => esc_html__( 'Easily configure a criteria for your reports.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/reports/reports_2.webp', ), array( 'desc' => esc_html__( 'Schedule reports that are sent to you by email automatically.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/reports/reports_3.webp', ), ); require_once __DIR__ . '/addons/html-view.php'; } }