Skip to content

Commit

Permalink
Mention cookie name filter in admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed May 17, 2020
1 parent e7678f9 commit cc48389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/admin-caching.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public function section_caching() {
public function field_cookies() {

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

}

Expand Down

0 comments on commit cc48389

Please sign in to comment.