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 b376d07 commit 761d82bCopy full SHA for 761d82b
inc/namespace.php
@@ -104,7 +104,7 @@ function get_indexnow_key(): string {
104
if ( ! $key ) {
105
// Generate a random key that meets IndexNow requirements.
106
// Must be 8-128 hexadecimal characters (a-f, 0-9).
107
- $key = strtolower( wp_generate_password( 128, false, false ) );
+ $key = strtolower( wp_generate_password( 32, false, false ) );
108
109
update_option( 'pwcc_indexnow_key', $key );
110
0 commit comments