Skip to content

Commit cc48389

Browse files
committed
Mention cookie name filter in admin.
1 parent e7678f9 commit cc48389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/admin-caching.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function section_caching() {
108108
public function field_cookies() {
109109

110110
echo '<p><code>' . esc_html( $this->plugin->cookie_name() ) . '</code></p>';
111+
echo '<p class="description">' . __( 'Can be changed using the `password_protected_cookie_name` filter.', 'password-protected' ) . '</p>';
111112

112113
}
113114

0 commit comments

Comments
 (0)