Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../template.../admin
File: notifications.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Admin Notifications template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.7.5
[4] Fix | Delete
*
[5] Fix | Delete
* @var array $notifications
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[9] Fix | Delete
exit;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
<div id="wpforms-notifications">
[14] Fix | Delete
<div class="wpforms-notifications-header">
[15] Fix | Delete
<div class="wpforms-notifications-bell">
[16] Fix | Delete
<svg width="15" height="17" aria-hidden="true">
[17] Fix | Delete
<path d="M7.68 16.56c1.14 0 2.04-.95 2.04-2.17h-4.1c0 1.22.9 2.17 2.06 2.17Zm6.96-5.06c-.62-.71-1.81-1.76-1.81-5.26A5.32 5.32 0 0 0 8.69.97H6.65A5.32 5.32 0 0 0 2.5 6.24c0 3.5-1.2 4.55-1.81 5.26a.9.9 0 0 0-.26.72c0 .57.39 1.08 1.04 1.08h12.38c.65 0 1.04-.5 1.07-1.08 0-.24-.1-.51-.3-.72Z"/>
[18] Fix | Delete
</svg>
[19] Fix | Delete
<span class="wpforms-notifications-circle"></span>
[20] Fix | Delete
</div>
[21] Fix | Delete
<div class="wpforms-notifications-title"><?php esc_html_e( 'Notifications', 'wpforms-lite' ); ?></div>
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
<div class="wpforms-notifications-body">
[25] Fix | Delete
<a class="dismiss" title="<?php esc_attr_e( 'Dismiss this message', 'wpforms-lite' ); ?>">
[26] Fix | Delete
<svg viewBox="0 0 512 512" aria-hidden="true">
[27] Fix | Delete
<path d="M256 8a248 248 0 1 0 0 496 248 248 0 0 0 0-496zm122 313c4 5 4 12 0 17l-40 40c-5 4-12 4-17 0l-65-66-65 66c-5 4-12 4-17 0l-40-40c-4-5-4-12 0-17l66-65-66-65c-4-5-4-12 0-17l40-40c5-4 12-4 17 0l65 66 65-66c5-4 12-4 17 0l40 40c4 5 4 12 0 17l-66 65 66 65z"/>
[28] Fix | Delete
</svg>
[29] Fix | Delete
</a>
[30] Fix | Delete
[31] Fix | Delete
<?php if ( (int) $notifications['count'] > 1 ) : ?>
[32] Fix | Delete
<div class="navigation">
[33] Fix | Delete
<a class="prev">
[34] Fix | Delete
<span class="screen-reader-text"><?php esc_attr_e( 'Previous message', 'wpforms-lite' ); ?></span>
[35] Fix | Delete
<span aria-hidden="true">&lsaquo;</span>
[36] Fix | Delete
</a>
[37] Fix | Delete
<a class="next">
[38] Fix | Delete
<span class="screen-reader-text"><?php esc_attr_e( 'Next message', 'wpforms-lite' ); ?></span>
[39] Fix | Delete
<span aria-hidden="true">&rsaquo;</span>
[40] Fix | Delete
</a>
[41] Fix | Delete
</div>
[42] Fix | Delete
<?php endif; ?>
[43] Fix | Delete
[44] Fix | Delete
<div class="wpforms-notifications-messages">
[45] Fix | Delete
<?php echo $notifications['html']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
[46] Fix | Delete
</div>
[47] Fix | Delete
</div>
[48] Fix | Delete
</div>
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function