Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4173,7 +4173,15 @@ function spbc_settings__get_description()
),
'scanner__path_exclusions_view' => array(
'title' => __('Exclusions ruleset for files and directories', 'security-malware-firewall'),
'desc' => __('These rules will exclude files or directories (and all subdirectories) matching the specified path. Any type of directory separator is acceptable. Example: wp-content/themes/yourtheme/skipthisdir or wp-content/uploads/file.txt', 'security-malware-firewall'),
'desc' => __('These rules will exclude files or directories (and all subdirectories) matching the specified path. Any type of directory separator is acceptable. Example: wp-content/themes/yourtheme/skipthisdir or wp-content/uploads/file.txt', 'security-malware-firewall')
. '<p><a class="spbc_long_desc__link" href="'
. LinkConstructor::buildSimpleLink(
'https://cleantalk.org',
'help/exclude-files-and-folders-from-malware-scanning'
)
. '" target="_blank">'
. __('Learn more', 'security-malware-firewall')
. '</a></p>',
),
'hash_denied_hash' => array(
'title' => 'denied_hash',
Expand Down
Loading