We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7678f9 commit cc48389Copy full SHA for cc48389
admin/admin-caching.php
@@ -108,6 +108,7 @@ public function section_caching() {
108
public function field_cookies() {
109
110
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>';
112
113
}
114
0 commit comments