Add helper modal to comment IP addresses

This commit is contained in:
Tetrakern 2024-08-29 20:53:42 +02:00
parent ce9e1e059e
commit de6d84acde
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1142,7 +1142,9 @@ $images = get_template_directory_uri() . '/img/documentation/';
fictioneer_settings_label_checkbox(
'fictioneer_do_not_save_comment_ip',
__( 'Do not save comment IP addresses', 'fictioneer' ),
__( 'IP addresses are personal data.', 'fictioneer' )
__( 'IP addresses are personal data.', 'fictioneer' ),
__( 'IP addresses are considered personal data, and while there is a valid argument that storing them is necessary for protecting against spam and attacks, they can also be misused. The truth is, most malevolent actors constantly rotate their IP addresses, limiting their usefulness. By not storing IP addresses, you may avoid potential privacy issues that outweigh the benefits of keeping them.', 'fictioneer' ),
'<div class="helper-modal-image"><img src="' . $images . 'fictioneer_do_not_save_comment_ip.jpg"></div>'
);
?>
</div>