get_safe_view_name() . '.jpg'; $premium_list = array( esc_html__( 'Use search filters to fine tune the text search results', 'wp-security-audit-log' ), esc_html__( 'Easily find when and who did a specific change on your site', 'wp-security-audit-log' ), esc_html__( 'Easily identify and track back suspicious user behaviour', 'wp-security-audit-log' ), esc_html__( 'Search for the cause of a problem and ease troubleshooting', 'wp-security-audit-log' ), esc_html__( 'Save search terms and filters for future use and improved productivity', 'wp-security-audit-log' ), ); $subtext = false; $screenshots = array( array( 'desc' => esc_html__( 'Configure any filter you need to fine tune the search results and find what you are looking for with much less effort.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/search/search_2.webp', ), array( 'desc' => esc_html__( 'Save search terms and filters to run the searches again in the future with just a single click.', 'wp-security-audit-log' ), 'img' => trailingslashit( WSAL_BASE_URL ) . 'img/search/search_3.webp', ), ); require_once __DIR__ . '/addons/html-view.php'; } }