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 6d0fcda commit 6a3177aCopy full SHA for 6a3177a
inc/namespace.php
@@ -66,7 +66,7 @@ function add_key_rewrite_rule() {
66
$key = get_indexnow_key();
67
68
add_rewrite_rule(
69
- 'pwcc-indexnow-' . $key . '$',
+ 'simple-search-submission-key-' . $key . '$',
70
'index.php?simple_search_submission_key=' . $key,
71
'top'
72
);
@@ -308,7 +308,7 @@ function ping_indexnow( $post ) {
308
if ( empty( get_option( 'permalink_structure' ) ) ) {
309
$key_location = home_url( '?simple_search_submission_key=' . $key );
310
} else {
311
- $key_location = trailingslashit( home_url( 'pwcc-indexnow-' . $key ) );
+ $key_location = trailingslashit( home_url( 'simple-search-submission-key-' . $key ) );
312
}
313
314
/**
0 commit comments