Cyrillic urls solution
-
I found an issue with cyrillic urls like https://example.com/моят-адрес/ But the plugin sends to google api this one: https://example.com/-/
So you change line 623 in \includes\class-instant-indexing.php to this one”
return array_values( array_filter( array_map( 'trim', explode( "\n", ( wp_unslash( $_POST['url'] ) ) ) ) ) );
Hope this helps someone.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cyrillic urls solution’ is closed to new replies.