get_label(); } /** * {@inheritdoc} * * @since 2.1.0 Replaced images with SVGs. */ public function display() { $features = [ [ 'svg' => '', 'title' => esc_html__( 'Comment Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Manage emails sent when comments are published or awaiting moderation.', 'wp-mail-smtp' ), ], [ 'svg' => '', 'title' => esc_html__( 'Site Admin Email Change Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Manage emails sent when site admin\'s account has been changed.', 'wp-mail-smtp' ), ], [ 'svg' => '', 'title' => esc_html__( 'User Change Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Limit emails triggered by password changed/reset, email changed, and more.', 'wp-mail-smtp' ), ], [ 'svg' => '', 'title' => esc_html__( 'Personal Data Requests Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Control emails for data requests and data removal actions.', 'wp-mail-smtp' ), ], [ 'svg' => '', 'title' => esc_html__( 'Automatic Update Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Manage emails sent by the core automatic update process.', 'wp-mail-smtp' ), ], [ 'svg' => '', 'title' => esc_html__( 'New User Notifications', 'wp-mail-smtp' ), 'desc' => esc_html__( 'Toggle emails sent to both user and site administrator about new user accounts.', 'wp-mail-smtp' ), ], ]; $allowed_svg_html = [ 'svg' => [ 'xmlns' => [], 'focusable' => [], 'viewbox' => [], ], 'path' => [ 'class' => [], 'd' => [], ], ]; ?>